-
Notifications
You must be signed in to change notification settings - Fork 73
Generate CHNAGELOG.md with clog
Iceyer edited this page Jan 31, 2018
·
1 revision
You can get more information of clog from here: clog-cli
- Install rust first
curl https://sh.rustup.rs -sSf | sh
- Install clog
cargo install clog-cli
- Set up path
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.
Welcome to join the Deepin developer community. You could talk about even everything in the following channels:
-
GitHub developer center(recommended)
-
IRC #deepin channel(recommended)
- Google groups: deepin-users, deepin-developers