Git Cliff Versions Save

A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️

v2.2.1

3 weeks ago

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)

v2.2.0

1 month ago

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)

v2.2.0-rc.2

1 month ago

v2.2.0-rc.1

1 month ago

v2.2.0-rc.0

1 month ago

v2.1.2

2 months ago

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)

v2.1.1

2 months ago

v2.1.0-rc.1

2 months ago

v2.1.0-rc.0

2 months ago

v2.0.4

2 months ago

animation

2.0.4 - 2024-02-22

⛰️ Features

  • (github) Support overriding the GitHub API URL (#512) - (8199699)

🐛 Bug Fixes

  • (cd) Do not execute commands for the release changelog - (1aaa9b2)

📚 Documentation

  • (website) Add instructions for installing from conda-forge (#511) - (75a04bb)

⚙️ Miscellaneous Tasks

  • (config) Add animation to the header of the changelog - (4f741a7)