1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-17 18:27:12 +03:00
A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
Go to file
dependabot[bot] c04b3fa786
chore(deps): bump toml from 0.8.8 to 0.8.10 (#483)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.10.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.8...toml-v0.8.10)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-17 12:12:23 +01:00
.github chore(deps): bump codecov/codecov-action from 3 to 4 (#476) 2024-02-17 11:58:05 +01:00
config feat(github)!: support integration with GitHub repos (#363) 2023-12-26 20:52:31 +01:00
examples feat(template): support using PR title in the GitHub template (#418) 2023-12-31 15:34:51 +01:00
git-cliff chore(deps): bump clap_complete from 4.4.10 to 4.5.1 (#501) 2024-02-17 12:11:53 +01:00
git-cliff-core chore(deps): bump toml from 0.8.8 to 0.8.10 (#483) 2024-02-17 12:12:23 +01:00
npm chore(release): prepare for v1.4.0 2023-10-29 14:01:30 +01:00
pypi chore(pypi): publish git-cliff on PyPI (#158) 2023-08-16 09:53:31 +02:00
website chore(deps): bump the patch group in /website with 1 update (#494) 2024-02-17 11:59:00 +01:00
.cliffignore feat(changelog): improve skipping via .cliffignore and --skip-commit (#413) 2023-12-31 15:34:01 +01:00
.dockerignore docs(website): add git-cliff animation to the website (#404) 2023-12-22 22:25:38 +01:00
.editorconfig chore(editorconfig): fix editorconfig syntax 2023-04-26 16:47:48 +03:00
.gitignore chore(project): remove unnecessary Cargo.lock entry from .gitignore 2021-10-22 16:49:59 +03:00
.lycheeignore fix(links): skip checking the GitHub commit URLs 2023-12-10 18:42:55 +03:00
Cargo.lock chore(deps): bump toml from 0.8.8 to 0.8.10 (#483) 2024-02-17 12:12:23 +01:00
Cargo.toml chore(deps): bump regex from 1.10.2 to 1.10.3 (#460) 2024-01-24 15:05:34 +01:00
CHANGELOG.md chore(release): prepare for v1.4.0 2023-10-29 14:01:30 +01:00
cliff.toml refactor(config): use postprocessors for checking the typos 2024-01-08 13:42:12 +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 docs(license): re-license under the MIT + Apache 2.0 license (#303) 2023-09-30 15:48:24 +02:00
Dockerfile feat(ci): add 'typos' check (#317) 2023-10-19 15:34:17 +02: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 chore(project): update copyright years 2024-01-06 16:29:52 +03:00
RELEASE.md chore(release): set the new version in release script 2021-06-30 01:26:32 +03:00
release.sh docs(changelog): fix typos (#316) 2023-10-19 15:09:45 +02: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(github): add security policy 2023-04-04 22:38:28 +03:00
typos.toml feat(ci): add 'typos' check (#317) 2023-10-19 15:34:17 +02: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.

Contributors

Thanks goes to these wonderful people

Made with contrib.rocks.

License

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

Copyright © 2021-2024, git-cliff contributors