Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tj-actions/git-cliff
:octocat: Github action to run git-cliff with a custom cliff.toml
https://github.com/tj-actions/git-cliff
Last synced: 3 months ago
JSON representation
:octocat: Github action to run git-cliff with a custom cliff.toml
- Host: GitHub
- URL: https://github.com/tj-actions/git-cliff
- Owner: tj-actions
- License: mit
- Created: 2023-03-10T06:30:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T17:50:16.000Z (8 months ago)
- Last Synced: 2024-04-14T01:46:24.659Z (7 months ago)
- Language: Shell
- Size: 212 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tj-actions/git-cliff - :octocat: Github action to run git-cliff with a custom cliff.toml (Shell)
README
[![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge\&logo=ubuntu\&logoColor=white)](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
[![Public workflows that use this action.](https://img.shields.io/endpoint?style=for-the-badge\&url=https%3A%2F%2Fused-by.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3Dtj-actions%2Fgit-cliff%26badge%3Dtrue)](https://github.com/search?o=desc\&q=tj-actions+git-cliff+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code)
[![CI](https://github.com/tj-actions/git-cliff/workflows/CI/badge.svg)](https://github.com/tj-actions/git-cliff/actions?query=workflow%3ACI)
[![Update release version.](https://github.com/tj-actions/git-cliff/workflows/Update%20release%20version./badge.svg)](https://github.com/tj-actions/git-cliff/actions?query=workflow%3A%22Update+release+version.%22)[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
## git-cliff
Generate changelogs for your project with a generated cliff.toml from [`cliff-template.toml`](./cliff-template.toml) or provide a custom template. This eliminates the need to maintain multiple project cliff.toml files.
![screenzy-1682696580397](https://user-images.githubusercontent.com/17484350/235193271-13592c8a-1f3b-4606-9033-eed5d99ac8e1.png)
## Features
* Generates changelogs using [git-cliff](https://github.com/orhun/git-cliff).
* Utilizes a generic [`cliff-template.toml`](./cliff-template.toml) for easy configuration.
* Supports custom templates via file path or URL.
* Dynamically replaces values via [Github context object](https://docs.github.com/en/actions/learn-github-actions/contexts)
* Falls back to project's cliff.toml if one exists## Usage
```yaml
...
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](#input_args) | string | false | `"--verbose"` | Extra args passed directly to
[git-cliff](https://github.com/orhun/git-cliff#command-line-arguments) |
| [output](#input_output) | string | false | `"HISTORY.md"` | Output file |
| [template-config](#input_template-config) | string | false | | Path or URL to the
template `cliff.toml` config file. See
[`cliff-template.toml`](./cliff-template.toml) for a working example.
**NOTE:** Only the `REPOSITORY_URL` is
substituted. |* Free software: [MIT license](LICENSE)
If you feel generous and want to show some extra appreciation:
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[buymeacoffee]: https://www.buymeacoffee.com/jackton1
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
## Credits
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) using [cookiecutter-action](https://github.com/tj-actions/cookiecutter-action)
* [git-cliff](https://github.com/orhun/git-cliff)
* [git-cliff-action](https://github.com/orhun/git-cliff-action)## Report Bugs
Report bugs at https://github.com/tj-actions/git-cliff/issues.
If you are reporting a bug, please include:
* Your operating system name and version.
* Any details about your workflow that might be helpful in troubleshooting.
* Detailed steps to reproduce the bug.## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Michael Kriese
💻
Raphael Boidol
📖
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!