1
1
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 ⛰️
Go to file
2021-06-14 23:20:42 +03:00
.github fix(cd): install musl-tools for musl builds 2021-06-14 23:20:42 +03:00
git-cliff chore(project): add shell completion generation script 2021-06-14 02:05:07 +03:00
git-cliff-core chore(project): update description 2021-06-11 21:23:42 +03:00
.dockerignore chore(docker): add Dockerfile 2021-06-11 21:41:03 +03:00
.editorconfig Initial commit 2021-05-11 01:54:45 +03:00
.gitignore chore(project): rename 2021-05-30 01:45:03 +03:00
Cargo.lock chore(dep): remove default features from git2 2021-06-11 20:27:18 +03:00
Cargo.toml chore(project): rename 2021-05-30 01:45:03 +03:00
CHANGELOG.md docs(changelog): add CHANGELOG.md 2021-06-14 23:01:11 +03:00
cliff.toml chore(config): update config 2021-06-14 23:20:21 +03:00
CODE_OF_CONDUCT.md chore(project): rename 2021-05-30 01:45:03 +03:00
codecov.yml chore(project): add codecov.yml 2021-06-07 03:14:06 +03:00
Dockerfile fix(docker): install zlib dependency 2021-06-11 22:50:16 +03:00
LICENSE Initial commit 2021-05-11 01:54:45 +03:00
README.md docs(readme): use latest tag for the docker command 2021-06-13 02:16:59 +03:00
rustfmt.toml chore(fmt): remove normalize_comments from rustfmt.toml 2021-06-04 03:11:15 +03:00


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 © 2021, git-cliff contributors