tj-actions / git-cliff

:octocat: Github action to run git-cliff with a custom cliff.toml
MIT License
9 stars 1 forks source link

Ubuntu Public workflows that use this action. CI Update release version.

All Contributors

git-cliff

Generate changelogs for your project with a generated cliff.toml from cliff-template.toml or provide a custom template. This eliminates the need to maintain multiple project cliff.toml files.

screenzy-1682696580397

Features

Usage

...
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - name: Run git-cliff
        uses: tj-actions/git-cliff@v1

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
args string false "--verbose" Extra args passed directly to
git-cliff
output string false "HISTORY.md" Output file
template-config string false Path or URL to the
template cliff.toml config file. See
cliff-template.toml for a working example.
NOTE: Only the REPOSITORY_URL is
substituted.

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Credits

This package was created with Cookiecutter using cookiecutter-action

Report Bugs

Report bugs at https://github.com/tj-actions/git-cliff/issues.

If you are reporting a bug, please include:

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Michael Kriese
Michael Kriese

💻
Raphael Boidol
Raphael Boidol

📖

This project follows the all-contributors specification. Contributions of any kind welcome!