mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-04 06:59:55 +03:00
A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
changelogchangelog-generatorcommitconventional-changelogconventional-commitsgeneratorhacktoberfestkeepachangelogrustsemverstarred-orhun-repostarred-repo
.github | ||
git-cliff | ||
git-cliff-core | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
cliff.toml | ||
CODE_OF_CONDUCT.md | ||
codecov.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
Installation
Usage
Docker
The easiest way of running git-cliff (in the git root directory) is to use the available tags from Docker Hub:
docker run -t -v "$(pwd)":/app/ orhunp/git-cliff:latest
Or you can use the image from the GitHub Package Registry:
docker run -t -v "$(pwd)":/app/ docker.pkg.github.com/orhun/git-cliff/git-cliff:latest
Also, you can build the image yourself using docker build -t git-cliff .
command.
License
GNU General Public License (v3.0)
Copyright
Copyright © 2021, git-cliff contributors