git-cliff - Changelog Generator
Version updated for orhun/git-cliff-action to version v4.0.0.
- This action is used across all versions by 2,086 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Gotta go fast 🧗
git-cliff-action
is now waaaaaaaay faster.
We switched to a classic bash script to download the git-cliff
binary instead of a Docker action.
So, no more building images, it just downloads and runs. Vroooom! đź’¨
Thanks @M0NsTeRRR for the implementation in https://github.com/orhun/git-cliff-action/pull/26
Version input ✨
Also, you can now specify a git-cliff
version to run:
- name: Generate a changelog
uses: orhun/git-cliff-action@v4
with:
version: latest
config: cliff.toml
args: --verbose
The default is v2.5.0
as of now, but you can also use latest
.