We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can get more information of clog from here: clog-cli
curl https://sh.rustup.rs -sSf | sh
cargo install clog-cli
add this code to you .bashrc
source $HOME/.cargo/env
add .clog.toml file to you project root:
The repository is Github URL for your project, if you want to put your project on github.
[clog] repository = "https://github.com/linuxdeepin/dtkwidget" from-latest-tag = true changelog = "CHANGELOG.md"
you can generate/update CHANGELOG.md with clog like this:
clog -f 2.0.6 --setversion 2.0.7
2.0.6 is the change commit begin, and 2.0.7 is the change commit end.
Please write you commit with angular format.
Angular Commit Message Format
中文首页
English Homepage