Skip to content

Releases: orhun/git-cliff-action

Release v4.2.0

22 Sep 06:44
58e319c
Compare
Choose a tag to compare

[2.6.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

17 Sep 21:07
76ba43a
Compare
Choose a tag to compare

[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

04 Sep 16:38
9f34d77
Compare
Choose a tag to compare

[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

02 Sep 12:09
01a5c9a
Compare
Choose a tag to compare

[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

26 Aug 19:25
8720f56
Compare
Choose a tag to compare

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

27 Jul 19:35
b946ed2
Compare
Choose a tag to compare

[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

03 Jun 13:15
5594a53
Compare
Choose a tag to compare

[3.2.0] - 2024-06-03

Chore

docker

  • Update git-cliff to 2.3.0

Release v3.1.0

22 May 17:21
1199a3c
Compare
Choose a tag to compare

[3.1.0] - 2024-05-22

Chore

docker

  • Update git-cliff to 2.2.2

Docs

readme

  • Add GITHUB_REPO env in examples (#19)

Release v3.0.2

03 Mar 22:46
8b17108
Compare
Choose a tag to compare

[3.0.2] - 2024-03-04

Chore

docker

  • Update git-cliff to 2.1.2

Release v3.0.1

21 Feb 17:18
90ed560
Compare
Choose a tag to compare

[3.0.1] - 2024-02-21

Chore

docker

  • Update git-cliff to 2.0.3