Skip to content

Releases: orhun/git-cliff

Release v2.2.2

11 May 20:06
v2.2.2
a5a8529
Compare
Choose a tag to compare

animation

2.2.2 - 2024-05-11

⛰️ Features

  • (changelog) Allow adding custom context (#613) - (522bd53)

🐛 Bug Fixes

  • (changelog) Ignore empty lines when using split_commits (#608) - (b8fb852)
  • (parser) Allow matching empty commit body (#605) - (1d1b3b8)

📚 Documentation

  • (readme) Add social media badges - (d53b905)
  • (website) Add note about supported platforms for NPM - (4e4d7cd)
  • (website) Add SourceHut builds example (#617) - (f636cfc)

⚙️ Miscellaneous Tasks

  • (npm) Add minimum supported Node versions (#621) - (95bdf2d)
  • (npm) Update yarn.lock - (adc5c5b)
  • (pypi) Disable PyPi builds for x86_64-pc-windows-gnu - (f675b0b)
  • (tests) Don't check last commit (#619) - (68b9839)

Release v2.2.1

10 Apr 22:34
v2.2.1
d53ba65
Compare
Choose a tag to compare

animation

2.2.1 - 2024-04-10

🐛 Bug Fixes

  • (npm) Include the proper files in the npm tarball (#594) - (800c896)

📚 Documentation

  • (readme) Mention git-changelog-command-line tool (#589) - (d65b443)
  • (website) Add GITHUB_REPO variable to GitHub action (#597) - (3b74254)
  • (website) Update release date - (45132da)

⚙️ Miscellaneous Tasks

  • (ci) Remove audit check - (6ba6809)

Release v2.2.0

30 Mar 13:28
v2.2.0
bd98caf
Compare
Choose a tag to compare

animation

2.2.0 - 2024-03-30

⛰️ Features

  • (changelog) Make rendering errors more verbose - (7ee3c86)
  • (config) Support detecting config from project manifest (#571) - (9eb3d65)
  • (release) Make the bump version rules configurable (#530) - (152414c)

🐛 Bug Fixes

  • (changelog) Update the commit processing order (#556) - (c5ef9ab)
  • (changelog) Return the last version if there is nothing to bump - (45c87f2)
  • (command) Add missing environment variables for Windows (#532) - (9722784)
  • (commit) Trim the text before matching with commit parser (#573) - (4971b23)
  • (config) Drop extra '(' in first commit URL in github-keepachangelog (#535) - (8b3d09f)
  • (npm) Fix authenticating for yarn npm publish (#574) - (5a0ce6a)
  • (release) Fix typo in the installation of typos-cli (#545) - (700281a)

📚 Documentation

  • (website) Add highlights for 2.2.0 (#575) - (2e81ad0)
  • (website) Fix the documentation for --include-path (#567) - (4a7aa7e)
  • (website) Update setup-git-cliff action documentation - (4f46396)
  • (website) Add documentation for taiki-e/install-action (#563) - (85db777)

⚙️ Miscellaneous Tasks

  • (ci) Temporarily disable semver checks - (f26fbe0)
  • (ci) Comment on pull requests about semver checks - (ccdc152)
  • (config) Skip clippy commits in changelog - (830528c)
  • (github) Remove cname - (679aa46)
  • (github) Update funding options - (4bedf76)
  • (github) Use form based issue templates (#529) - (8f8e221)
  • (npm) Publish rc version for prereleases (#528) - (16bea51)
  • (pypi) Update maturin version (#539) - (10b7ab8)
  • (website) Allow deploying website manually - (0b64bc0)
  • (website) Only deploy website when there is a new release - (8651832)

Pre-release v2.2.0-rc.2

30 Mar 11:21
v2.2.0-rc.2
bfa73c6
Compare
Choose a tag to compare
Pre-release
Release v2.2.0-rc.2

Miscellaneous Tasks
- Only deploy website when there is a new release (8651832)
- Allow deploying website manually (0b64bc0)
- Remove cname (679aa46)

Pre-release v2.2.0-rc.1

24 Mar 23:23
v2.2.0-rc.1
322fdba
Compare
Choose a tag to compare
Pre-release
Release v2.2.0-rc.1

Bug Fixes
- Fix authenticating for `yarn npm publish` (#574) (5a0ce6a)

Pre-release v2.2.0-rc.0

24 Mar 21:05
v2.2.0-rc.0
c535a01
Compare
Choose a tag to compare
Pre-release
Release v2.2.0-rc.0

Bug Fixes
- Add missing environment variables for Windows (#532) (9722784)
- Drop extra '(' in first commit URL in github-keepachangelog (#535) (8b3d09f)
- Fix typo in the installation of typos-cli (#545) (700281a)
- Return the last version if there is nothing to bump (45c87f2)
- Trim the text before matching with commit parser (#573) (4971b23)
- Update the commit processing order (#556) (c5ef9ab)

Documentation
- Add documentation for taiki-e/install-action (#563) (85db777)
- Update setup-git-cliff action documentation (4f46396)
- Fix the documentation for `--include-path` (#567) (4a7aa7e)

Features
- Make the bump version rules configurable (#530) (152414c)
- Make rendering errors more verbose (7ee3c86)
- Support detecting config from project manifest (#571) (9eb3d65)

Miscellaneous Tasks
- Use form based issue templates (#529) (8f8e221)
- Publish rc version for prereleases (#528) (16bea51)
- Update maturin version (#539) (10b7ab8)
- Skip clippy commits in changelog (830528c)
- Comment on pull requests about semver checks (ccdc152)
- Update funding options (4bedf76)
- Temporarily disable semver checks (f26fbe0)

Refactor
- Apply clippy suggestions (72c1fa3)

Release v2.1.2

03 Mar 20:55
v2.1.2
d768962
Compare
Choose a tag to compare

animation

2.1.2 - 2024-03-03

⛰️ Features

  • (args) Add --tag-pattern argument (#526) - (b4e7a34)
  • (npm) Add programmatic API for TypeScript (#523) - (8b33267)

🐛 Bug Fixes

  • (cd) Set the correct GitHub repository URL - (7f379a9)
  • (cd) Set a flag as a workaround for the NPM package - (717abce)
  • (cd) Set node version to 18 for building NPM packages - (5dd0d2e)
  • (cd) Explicitly set the Homebrew formula path - (8d2f1fa)
  • (cd) Set the GitHub repository explicitly - (0e46500)
  • (config) Fix commit parser regex in the default config - (110b9b8)
  • (github) Sanitize the GitHub token in debug logs - (be34949)

🚜 Refactor

  • (cd) Simplify checking pre-releases - (87a04fb)
  • (changelog) Do not output to stdout when prepend is used - (8ee0da1)
  • (clippy) Apply clippy suggestions - (df57336)

📚 Documentation

  • (website) Add tip about skipping commits by PR label - (6d3354c)
  • (website) Add instructions for installing from WinGet (#520) - (eeaa406)

🎨 Styling

  • (website) Use a short link for reporting issues - (ba83c8a)

⚙️ Miscellaneous Tasks

  • (ci) Auto-bump the homebrew formula - (61d055b)
  • (ci) Enable default features for windows builds - (18f4923)
  • (ci) Check semver violations via CI - (a25a114)
  • (fixtures) Enable verbose logging for output - (2927231)

Release v2.1.1

03 Mar 20:17
v2.1.1
327b4d6
Compare
Choose a tag to compare
Release v2.1.1 Pre-release
Pre-release
Bug Fixes
- Set node version to 18 for building NPM packages (5dd0d2e)

Pre-release v2.1.0-rc.1

03 Mar 19:39
v2.1.0-rc.1
8dfd9e4
Compare
Choose a tag to compare
Pre-release
Release v2.1.0-rc.1

Bug Fixes
- Explicitly set the Homebrew formula path (8d2f1fa)

Features
- Add programmatic API for TypeScript (#523) (8b33267)

Miscellaneous Tasks
- Enable verbose logging for output (2927231)

Refactor
- Simplify checking pre-releases (87a04fb)

Pre-release v2.1.0-rc.0

02 Mar 18:17
v2.1.0-rc.0
4218043
Compare
Choose a tag to compare
Pre-release
Release v2.1.0-rc.0

Bug Fixes
- Set the GitHub repository explicitly (0e46500)
- Sanitize the GitHub token in debug logs (be34949)
- Fix commit parser regex in the default config (110b9b8)

Documentation
- Add instructions for installing from WinGet (#520) (eeaa406)
- Add tip about skipping commits by PR label (6d3354c)

Features
- Add `--tag-pattern` argument (#526) (b4e7a34)

Miscellaneous Tasks
- Check semver violations via CI (a25a114)
- Enable default features for windows builds (18f4923)
- Auto-bump the homebrew formula (61d055b)

Refactor
- Do not output to stdout when prepend is used (8ee0da1)
- Apply clippy suggestions (df57336)

Styling
- Use a short link for reporting issues (ba83c8a)