Skip to content

Releases: orhun/git-cliff-action

v4.4.1

28 Nov 21:00
e364f07
Compare
Choose a tag to compare

[4.4.1] - 2024-11-28

🐛 Bug Fixes

  • (install) Choose file extension based upon running OS (#41)

v4.4.0

22 Nov 05:21
5948f44
Compare
Choose a tag to compare

Changelog

[4.4.0] - 2024-11-22

Chore

version

  • Update git-cliff to 2.7.0

See https://git-cliff.org/blog/2.7.0

Release v4.3.1

16 Oct 20:48
d3e272c
Compare
Choose a tag to compare

[4.3.1] - 2024-10-16

Fix

action

  • Limit content size to 40MB (#40)

Release v4.3.0

27 Sep 16:08
14bb673
Compare
Choose a tag to compare

[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

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

[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

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