File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## v0.0.8 (2023-02-11)
5+ [ reload ]
66
77### New feature:
88
Original file line number Diff line number Diff line change 11[package ]
22name = " git-semver-tags"
3- version = " 0.0.8 "
3+ version = " 0.0.7 "
44description = " Get all git semver tags of your repository in reverse chronological order"
55authors = [
" Binbiubiubiu<[email protected] >" ]
66categories = [" command-line-utilities" ]
Original file line number Diff line number Diff line change 11test :
22 cargo nextest run --all-features
33
4+ changelog :
5+ git cliff -o CHANGELOG.md --tag $NEW_VERSION
6+ git commit -a -m " Update CHANGELOG.md" || true
7+
48release :
59 cargo release tag --execute
6- git cliff -o CHANGELOG.md
7- git commit -a -m " Update CHANGELOG.md" || true
810 git push origin master
911 cargo release push --execute
Original file line number Diff line number Diff line change 1+ pre-release-hook = [" just" , " changelog" ]
2+ consolidate-commits = false
You can’t perform that action at this time.
0 commit comments