Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pkcakeout/git-cliff

Tags

v2.7.0

Toggle v2.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v2.7.0

Bug Fixes
- Include the root commit when `--latest` is used with one tag (orhun#901) (508a97e)
- Match PR and release metadata correctly (orhun#907) (e936ed5)
- Fix missing commit fields in context (orhun#837) (orhun#920) (f8641ee)
- Preserve first time contributors (orhun#925) (99b78b5)

Documentation
- Update sourcehut (orhun#894) (bcc32ca)
- Add more testimonials (bfe9beb)
- Add blog post about git-cliff (82b10ac)
- Improve docs for commit_preprocessors and commit_parsers (orhun#928) (c1f1215)
- Add highlights for 2.7.0 (orhun#955) (b6b5449)

Features
- Add user testimonials (orhun#895) (ef2374c)
- Add color to the help text (orhun#897) (f423484)
- Add a basic Nix environment (orhun#918) (6b17736)
- Build arm64 images again (orhun#879) (orhun#919) (84771f6)
- Add jujustu support (orhun#930) (ab95626)
- Add Nix CI (orhun#939) (d0848ff)
- Allow overriding the remote API URL via config (orhun#896) (6d86e2c)

Miscellaneous Tasks
- Update yarn.lock (9cc0445)
- Add the 'other' parser to the default config (12cb1df)
- Add new testimonials (0c207d6)
- Add trace log about which command is being run (a9b2690)
- Remove experimental feature disclaimer (237c327)
- Bump the Rust version in Docker image (c28121c)
- Update flakes (7654e67)
- Upgrade Rust and libc version in Dockerfile (8bd0607)

Performance
- Don't create regex inside a loop (orhun#937) (0fabf22)

Refactor
- Apply clippy suggestions (b604883)
- Apply clippy suggestions (7308bcf)

Testing
- Expand unit tests of the repo module (orhun#909) (da1cb61)
- Find upstream remote when using ssh (orhun#926) (2e65a72)

Revert
- Bump the Rust version in Docker image (fc142e4)

v2.6.1

Toggle v2.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v2.6.1

Bug Fixes
- Add missing `--use-branch-tags` flag to TS options (orhun#874) (e21fb1d)
- Avoid setting multiple remotes (orhun#885) (a344c68)

Documentation
- Add get_env filter example for GitLab CI (dfe4459)
- Add conversion to pdf to tips-and-tricks (orhun#889) (58dc108)

Miscellaneous Tasks
- Update yarn.lock (3e479c8)
- Disable building arm64 docker images temporarily (orhun#879) (cde2a8e)
- Build binaries using dev profile (orhun#886) (a394f88)
- Update pedantic lint command (orhun#890) (8d10edb)

Refactor
- Apply needless_pass_by_value lint (orhun#877) (8dca309)
- Apply single_match_else lint (orhun#878) (002ae3c)
- Apply assigning_clones lint (orhun#876) (2d491f4)
- Apply if_not_else lint (orhun#882) (8b7c200)
- Apply doc_markdown and ignored_unit_patterns lint (orhun#887) (d7b2d03)

v2.6.0

Toggle v2.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v2.6.0

Bug Fixes
- Don't change the context when provided via `--from-context` (orhun#820) (ff72406)
- Resolve parsing issues with `raw`/`endraw` in Jinja (orhun#824) (63bf5b7)
- Support using use_branch_tags from both config and args (orhun#848) (35b7fd8)
- Avoid the unnecessary loop when no remote feature is activated (1d8a2fe)
- Correctly set the tag message for the latest release (orhun#854) (e41e8dd)
- Suppress template warning when `--bumped-version` is used (orhun#855) (8bebbf9)
- Trim the trailing newline for git2 commits (orhun#872) (1cdbbf6)
- Do not change the tag date if tag already exists (orhun#861) (fbb643b)

Documentation
- Clarify comment about tag argument (e56cd8d)
- Mention fetching the tags for running tests successfully (orhun#850) (a82dac3)
- Fix copy-paste mistake where gitea mentioned gitlab (c41eacb)
- Add highlights for 2.6.0 (orhun#873) (050fb55)

Features
- Support generating changelog for different branches (orhun#808) (2a581a8)
- Add `remote` to commit and deprecate fields (orhun#822) (87e2c1d)
- Add possibility for `skipCommit` to take an array of values (a6e3b78)
- Add missing options and document all options with tsdoc comments (2eae2f1)
- Allow configuring output file from config (orhun#829) (c2db791)
- Add changelog.render_always option (orhun#859) (ad039d5)

Miscellaneous Tasks
- Update yarn.lock (c34aaa0)
- Fix typos in code comments (81854d2)
- Improve example templates (orhun#835) (08e761c)
- Check pedantic lints (orhun#853) (c77420c)
- Bump dev dependencies (61b86f1)

Refactor
- Apply unnested_or_patterns clippy lint (orhun#852) (9ef62e8)
- Apply semicolon_if_nothing_returned clippy lint (orhun#851) (fe37d14)
- (breaking) Add name parameter to the constructor (e577113)
- Apply option_as_ref_cloned lint (orhun#860) (05b6dde)
- Apply clippy suggestions (82cc09f)
- Apply case_sensitive_file_extension_comparisons lint (orhun#858) (f3b067b)
- Apply manual_is_variant_and lint (orhun#866) (81d4e5a)
- Apply explicit_iter_loop lint (orhun#864) (4956fc7)

v2.5.0

Toggle v2.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v2.5.0

Bug Fixes
- URL-encode the owner in remote requests for GitLab (orhun#742) (e3e7c07)
- Allow using environment variables without config file present (orhun#783) (2471745)
- Allow using `--bumped-version` without conventional commits (orhun#806) (e74080c)
- Fix fetching repository for gitlab integration test (72847c6)
- Include for-loop arguments in template variables (orhun#812) (9a6430b)

Documentation
- Add header to 2.4.0 blog post (227a307)
- Correct inverted consequences of configuration value (orhun#760) (dc144dd)
- Add KaiCode Open Source Festival link (58b729c)
- Add git-changelog to similar projects section (orhun#774) (c208a97)
- Fix typo in comment of default config file (orhun#776) (e2fb043)
- Clarify authentication with GitHub token (orhun#787) (85bfa95)
- Remove underscored spaces between badges (orhun#809) (1956c83)
- Add highlights for 2.5.0 (orhun#815) (49df8cb)

Features
- Skip ssh and x509 signatures in tag messages (orhun#748) (ecbabbf)
- Support performance profiling via pprof (orhun#768) (35dc1e4)
- Support bumping to a specific semver type (orhun#744) (9dbf47b)
- Activate integration if remote is set manually (orhun#782) (4b33e7e)
- Allow whole commit context to be used in commit parsers (orhun#758) (ccf2ab7)
- Support count_tags option (orhun#599) (b8045e9)
- Generate changelog from JSON context (orhun#784) (3b6156d)
- Allow GitLab groups with `--gitlab-repo` (orhun#807) (6fbfdb5)

Miscellaneous Tasks
- Remove unnecessary git-cliff-action output file (orhun#738) (9f39bcb)
- Update yarn.lock (61a59c6)
- Update keepachangelog.toml comment (orhun#779) (f9e500e)
- Fix comment for changelog header template (35b886e)
- Check for null commit_id in detailed template (orhun#786) (388b007)
- Add discord button to navbar (565b9c8)
- Remove v2 announcement (a71649b)
- Include new contributors in repository changelog (5474978)

Performance
- Cache commit retain checks (258 times faster generation) (orhun#772) (8430c5c)

Refactor
- Clean up url encoding for GitLab (c791418)
- Clean up some code (orhun#709) (4b0c0eb)
- Make example templates more user-friendly (6f8ea19)

v2.4.0

Toggle v2.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v2.4.0

Bug Fixes
- Support running fixtures on mingw64 (orhun#708) (dabe716)

Documentation
- Add information about `--bump` with `tag prefixes` (orhun#695) (4cd18c2)
- Fix link to github-keepachangelog template (orhun#694) (eac2195)
- Add more context about `ignore_tags` matching commits (orhun#710) (854b411)
- Add highlights for 2.4.0 (orhun#729) (5558cc5)

Features
- Make remote data available in context (orhun#703) (d14774a)
- Add Gitea support (orhun#680) (403d3dc)
- Support setting the `initial_tag` (orhun#701) (7341500)
- Support parsing commits by footer (orhun#569) (50c240c)
- Make `changelog.header` a template (orhun#698) (9fc12bb)
- Add `--ignore-tags` argument (orhun#696) (94891c2)
- Support bumping based on configurable custom pattern (orhun#725) (8e03356)
- Add tag message to release context (orhun#713) (3eb828e)
- Add repository path to template context (orhun#721) (e7807e1)

Refactor
- Add documentation and simplify implementation (bea4916)

Styling
- Fix formatting (orhun#702) (b7e323f)
- Fix formatting (5b58a37)

v2.4.0-beta.1

Toggle v2.4.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
bukowa Mateusz Kurowski
chore: git update-index --chmod=+x .github/fixtures/test-cli-arg-igno…

…re-tags/commit.sh

Signed-off-by: Bukowa <[email protected]>

v2.3.0

Toggle v2.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v2.3.0

Bug Fixes
- Allow -o and -p together if they point to different files (orhun#653) (076f859)

Documentation
- Add more git range examples (orhun#655) (d451252)
- Add installation instructions for Nix (orhun#669) (63c8ad4)
- Clean up Nix docs (2c2a300)
- Add highlights for 2.3.0 (orhun#670) (1338703)

Features
- Support using stdout via dash (`-o -`) (orhun#644) (df81f63)
- (breaking) Add GitLab support (orhun#654) (b490f2a)
- Add Bitbucket support (orhun#663) (8ffc054)

Miscellaneous Tasks
- Use macos-14 runner (22c94ed)
- Update yarn.lock (1c2b4ac)
- Ignore patreon links (bfe2774)
- Allow using github template without github variables (orhun#672) (6a9feba)

v2.2.2

Toggle v2.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v2.2.2

Bug Fixes
- Allow matching empty commit body (orhun#605) (1d1b3b8)
- Ignore empty lines when using `split_commits` (orhun#608) (b8fb852)

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

Features
- Allow adding custom context (orhun#613) (522bd53)

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

v2.2.1

Toggle v2.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v2.2.1

Bug Fixes
- Include the proper files in the npm tarball (orhun#594) (800c896)

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

Miscellaneous Tasks
- Remove audit check (6ba6809)

v2.2.0

Toggle v2.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v2.2.0

Documentation
- Add highlights for 2.2.0 (orhun#575) (2e81ad0)