Releases: orhun/git-cliff
Releases · orhun/git-cliff
Release v2.6.1
2.6.1 - 2024-09-27
🐛 Bug Fixes
- (npm) Add missing
--use-branch-tags
flag to TS options (#874) - (e21fb1d) - (remote) Avoid setting multiple remotes (#885) - (a344c68)
📚 Documentation
- (website) Add conversion to pdf to tips-and-tricks (#889) - (58dc108)
- (website) Add get_env filter example for GitLab CI - (dfe4459)
⚙️ Miscellaneous Tasks
- (ci) Update pedantic lint command (#890) - (8d10edb)
- (docker) Disable building arm64 docker images temporarily (#879) - (cde2a8e)
- (fixtures) Build binaries using dev profile (#886) - (a394f88)
New Contributors ❤️
- @Krensi made their first contribution in #889
Release v2.6.0
2.6.0 - 2024-09-22
⛰️ Features
- (changelog) Support generating changelog for different branches (#808) - (2a581a8)
- (config) Add changelog.render_always option (#859) - (ad039d5)
- (config) Allow configuring output file from config (#829) - (c2db791)
- (core) Add
remote
to commit and deprecate fields (#822) - (87e2c1d) - (npm) Add missing options and document all options with tsdoc comments - (2eae2f1)
- (npm) Add possibility for
skipCommit
to take an array of values - (a6e3b78)
🐛 Bug Fixes
- (args) Support using use_branch_tags from both config and args (#848) - (35b7fd8)
- (bump) Suppress template warning when
--bumped-version
is used (#855) - (8bebbf9) - (changelog) Do not change the tag date if tag already exists (#861) - (fbb643b)
- (changelog) Correctly set the tag message for the latest release (#854) - (e41e8dd)
- (changelog) Don't change the context when provided via
--from-context
(#820) - (ff72406) - (commit) Trim the trailing newline for git2 commits (#872) - (1cdbbf6)
- (core) Avoid the unnecessary loop when no remote feature is activated - (1d8a2fe)
- (template) Resolve parsing issues with
raw
/endraw
in Jinja (#824) - (63bf5b7)
🚜 Refactor
- (template) [breaking] Add name parameter to the constructor - (e577113)
📚 Documentation
- (args) Fix copy-paste mistake where gitea mentioned gitlab - (c41eacb)
- (contributing) Mention fetching the tags for running tests successfully (#850) - (a82dac3)
- (website) Add highlights for 2.6.0 (#873) - (050fb55)
- (website) Clarify comment about tag argument - (e56cd8d)
⚙️ Miscellaneous Tasks
- (ci) Check pedantic lints (#853) - (c77420c)
- (examples) Improve example templates (#835) - (08e761c)
- (lib) Fix typos in code comments - (81854d2)
- (npm) Bump dev dependencies - (61b86f1)
New Contributors ❤️
- @nejcgalof made their first contribution in #853
- @pplmx made their first contribution in #824
Release v2.5.0
2.5.0 - 2024-08-24
⛰️ Features
- (args) Allow GitLab groups with
--gitlab-repo
(#807) - (6fbfdb5) - (bump) Support bumping to a specific semver type (#744) - (9dbf47b)
- (changelog) Support count_tags option (#599) - (b8045e9)
- (changelog) Skip ssh and x509 signatures in tag messages (#748) - (ecbabbf)
- (cli) Generate changelog from JSON context (#784) - (3b6156d)
- (parser) Allow whole commit context to be used in commit parsers (#758) - (ccf2ab7)
- (profiler) Support performance profiling via pprof (#768) - (35dc1e4)
- (remote) Activate integration if remote is set manually (#782) - (4b33e7e)
🐛 Bug Fixes
- (changelog) Allow using
--bumped-version
without conventional commits (#806) - (e74080c) - (config) Allow using environment variables without config file present (#783) - (2471745)
- (fixture) Fix fetching repository for gitlab integration test - (72847c6)
- (gitlab) URL-encode the owner in remote requests for GitLab (#742) - (e3e7c07)
- (template) Include for-loop arguments in template variables (#812) - (9a6430b)
🚜 Refactor
- (config) Make example templates more user-friendly - (6f8ea19)
- (gitlab) Clean up url encoding for GitLab - (c791418)
- (lib) Clean up some code (#709) - (4b0c0eb)
📚 Documentation
- (config) Fix typo in comment of default config file (#776) - (e2fb043)
- (readme) Remove underscored spaces between badges (#809) - (1956c83)
- (readme) Add git-changelog to similar projects section (#774) - (c208a97)
- (readme) Add KaiCode Open Source Festival link - (58b729c)
- (website) Add highlights for 2.5.0 (#815) - (49df8cb)
- (website) Clarify authentication with GitHub token (#787) - (85bfa95)
- (website) Correct inverted consequences of configuration value (#760) - (dc144dd)
- (website) Add header to 2.4.0 blog post - (227a307)
⚡ Performance
⚙️ Miscellaneous Tasks
- (cd) Remove unnecessary git-cliff-action output file (#738) - (9f39bcb)
- (config) Include new contributors in repository changelog - (5474978)
- (config) Check for null commit_id in detailed template (#786) - (388b007)
- (config) Fix comment for changelog header template - (35b886e)
- (config) Update keepachangelog.toml comment (#779) - (f9e500e)
- (website) Remove v2 announcement - (a71649b)
- (website) Add discord button to navbar - (565b9c8)
New Contributors ❤️
- @weichweich made their first contribution in #807
- @janbuchar made their first contribution in #784
- @oberrich made their first contribution in #809
- @tisonkun made their first contribution in #599
- @DerTiedemann made their first contribution in #758
- @DaniPopes made their first contribution in #709
- @artrz made their first contribution in #779
- @braineo made their first contribution in #744
- @myl7 made their first contribution in #776
- @pawamoy made their first contribution in #774
- @tonybutt made their first contribution in #742
- @PigeonF made their first contribution in #748
Release v2.4.0
2.4.0 - 2024-06-26
⛰️ Features
- (args) Add
--ignore-tags
argument (#696) - (94891c2) - (bump) Support bumping based on configurable custom pattern (#725) - (8e03356)
- (bump) Support setting the
initial_tag
(#701) - (7341500) - (changelog) Add tag message to release context (#713) - (3eb828e)
- (changelog) Make
changelog.header
a template (#698) - (9fc12bb) - (changelog) Support parsing commits by footer (#569) - (50c240c)
- (changelog) Make remote data available in context (#703) - (d14774a)
- (codeberg) Add Gitea support (#680) - (403d3dc)
- (context) Add repository path to template context (#721) - (e7807e1)
🐛 Bug Fixes
- (fixture) Support running fixtures on mingw64 (#708) - (dabe716)
- (website) Update dependencies to fix search issue - (8a9f9f4)
🚜 Refactor
- (bump) Add documentation and simplify implementation - (bea4916)
📚 Documentation
- (website) Add highlights for 2.4.0 (#729) - (5558cc5)
- (website) Add more context about
ignore_tags
matching commits (#710) - (854b411) - (website) Fix link to github-keepachangelog template (#694) - (eac2195)
- (website) Add information about
--bump
withtag prefixes
(#695) - (4cd18c2)
🎨 Styling
🧪 Testing
Release v2.3.0
2.3.0 - 2024-06-03
⛰️ Features
- (bitbucket) Add Bitbucket support (#663) - (8ffc054)
- (gitlab) [breaking] Add GitLab support (#654) - (b490f2a)
- (output) Support using stdout via dash (
-o -
) (#644) - (df81f63)
🐛 Bug Fixes
📚 Documentation
- (nix) Add installation instructions for Nix (#669) - (63c8ad4)
- (website) Add highlights for 2.3.0 (#670) - (1338703)
- (website) Clean up Nix docs - (2c2a300)
- (website) Add more git range examples (#655) - (d451252)
⚙️ Miscellaneous Tasks
Release v2.2.2
2.2.2 - 2024-05-11
⛰️ Features
🐛 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
Release v2.2.1
Release v2.2.0
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
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
Release v2.2.0-rc.1 Bug Fixes - Fix authenticating for `yarn npm publish` (#574) (5a0ce6a)