1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-22 07:32:46 +03:00
A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
Go to file
2024-11-20 14:11:42 +03:00
.github feat(config): allow overriding the remote API URL via config (#896) 2024-11-19 20:12:52 +03:00
config chore(config): add the 'other' parser to the default config 2024-10-17 11:38:17 +03:00
examples feat(core): add remote to commit and deprecate fields (#822) 2024-09-15 20:28:56 +03:00
git-cliff chore(release): prepare for v2.7.0 2024-11-20 13:50:08 +03:00
git-cliff-core chore(release): prepare for v2.7.0 2024-11-20 13:50:08 +03:00
npm chore(release): prepare for v2.7.0 2024-11-20 13:50:08 +03:00
pypi chore(pypi): update maturin version (#539) 2024-03-07 10:38:38 +01:00
website docs(website): add highlights for 2.7.0 (#955) 2024-11-20 13:37:16 +03:00
.cliffignore feat(changelog): improve skipping via .cliffignore and --skip-commit (#413) 2023-12-31 15:34:01 +01:00
.dockerignore feat(docker): build arm64 images again (#879) (#919) 2024-10-17 11:05:05 +03:00
.editorconfig chore(editorconfig): fix editorconfig syntax 2023-04-26 16:47:48 +03:00
.envrc feat(nix): add a basic Nix environment (#918) 2024-10-16 13:52:03 +03:00
.gitignore feat(nix): add a basic Nix environment (#918) 2024-10-16 13:52:03 +03:00
.lycheeignore chore(links): ignore patreon links 2024-05-23 11:52:38 +03:00
Cargo.lock chore(release): prepare for v2.7.0 2024-11-20 13:50:08 +03:00
Cargo.toml chore(deps): bump dependencies 2024-11-19 20:48:03 +03:00
CHANGELOG.md chore(release): prepare for v2.7.0 2024-11-20 13:50:08 +03:00
cliff.toml fix(template): resolve parsing issues with raw/endraw in Jinja (#824) 2024-08-29 11:19:01 +03:00
CNAME Create CNAME 2022-12-26 17:24:46 +01:00
CODE_OF_CONDUCT.md chore(project): rename 2021-05-30 01:45:03 +03:00
codecov.yml fix(project): use the correct branch for codecov (#65) 2022-03-13 13:17:59 +03:00
CONTRIBUTING.md test(git): find upstream remote when using ssh (#926) 2024-10-21 23:29:39 +03:00
Dockerfile fix(docker): use the correct Debian runner 2024-11-20 14:11:42 +03:00
flake.lock chore(nix): update flakes 2024-11-19 20:58:19 +03:00
flake.nix feat(ci): add Nix CI (#939) 2024-11-06 17:51:20 +03:00
LICENSE-APACHE docs(license): re-license under the MIT + Apache 2.0 license (#303) 2023-09-30 15:48:24 +02:00
LICENSE-MIT chore(project): update copyright years 2024-01-06 16:29:52 +03:00
README.md docs(readme): add blog post about git-cliff 2024-10-17 12:02:50 +03:00
RELEASE.md docs(release): add note about GitHub variables 2024-02-19 15:40:00 +03:00
release.sh chore(release): prepare for v2.2.1 2024-04-11 01:22:47 +03:00
rust-toolchain.toml chore(ci): return to nightly builds (#73) 2022-03-29 14:44:45 +03:00
rustfmt.toml chore(fmt): remove normalize_comments from rustfmt.toml 2021-06-04 03:11:15 +03:00
SECURITY.md docs(security): update security policy 2024-02-19 13:59:18 +03:00
typos.toml chore(examples): improve example templates (#835) 2024-09-01 11:18:35 +03:00




Documentation | Website

git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format.

animation

Documentation

Learn how to use git-cliff from the documentation.

In The Media

Editor Support

  • git-cliff.el - Generate, update and release changelog in Emacs

Similar/Related Projects

  • git-journal - The Git Commit Message and Changelog Generation Framework
  • clog-cli - Generate beautiful changelogs from your Git commit history
  • relnotes - A tool to automatically generate release notes for your project.
  • cocogitto - A set of CLI tools for the conventional commit and semver specifications.
  • cliff-jumper - A NodeJS CLI tool that combines git-cliff and conventional-recommended-bump to semantically bump a NodeJS package and generate a git-cliff powered changelog.
  • release-plz - Release Rust packages from CI.
  • git-changelog-command-line - Generate changelog and determine next version with conventional commits.
  • git-changelog: Automatic Changelog generator using Jinja2 templates.

Contributors

Thanks goes to these wonderful people

Made with contrib.rocks.

Socials


License

Licensed under either of Apache License Version 2.0 or The MIT License at your option.

Copyright © 2021-2024, git-cliff contributors