Releases: orhun/git-cliff-action
Releases · orhun/git-cliff-action
Release v4.3.1
Release v4.3.0
[4.3.0] - 2024-09-27
Chore
version
- Update git-cliff to 2.6.1
Refactor
install
- Trim the install output
Release v4.2.0
[4.2.0] - 2024-09-22
Chore
version
- Update git-cliff to 2.6.0
Docs
readme
- Check out the branch before committing the changelog
- Add write permissions to changelog job
Release v4.1.0
[4.1.0] - 2024-09-17
Feat
action
- Allow configuring the github token and set it when it exists (#34)
Fix
action
- Use environment variable for GitHub Action path
Full Changelog: v4...v4.1.0
Release v4.0.2
[4.0.2] - 2024-09-04
Docs
license
- Re-license under the MIT + Apache 2.0
Full Changelog: v4.0.1...v4.0.2
Release v4.0.1
[4.0.1] - 2024-09-02
Fix
action
- Put git-cliff binary inside ./bin (#30)
Full Changelog: v4.0.0...v4.0.1
Release v4.0.0
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 #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
.
Release v3.3.0
[3.3.0] - 2024-07-27
Chore
docker
- Update git-cliff to 2.4.0
Docs
readme
- Add note about fetch-depth (#25)
- Reword the checkout note
Release v3.2.0
[3.2.0] - 2024-06-03
Chore
docker
- Update git-cliff to 2.3.0
Release v3.1.0
[3.1.0] - 2024-05-22
Chore
docker
- Update git-cliff to 2.2.2
Docs
readme
- Add GITHUB_REPO env in examples (#19)