File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1+ set positional-arguments
2+
13test :
2- cargo nextest run --all-features
4+ @ cargo nextest run --all-features
35
46changelog :
5- git cliff -o CHANGELOG.md --tag $NEW_VERSION
6- git commit -a -m " Update CHANGELOG.md" || true
7+ @ git cliff -o CHANGELOG.md --tag $NEW_VERSION
8+ @ git commit -a -m " Update CHANGELOG.md" || true
79
8- release :
9- cargo release tag --execute
10- git push origin master
11- cargo release push --execute
10+ release version :
11+ @ cargo release {{ version}} --execute
12+
13+ patch :
14+ @ cargo release patch --execute
15+
16+ echo version :
17+ @ echo {{ version}}
Original file line number Diff line number Diff line change 11pre-release-hook = [" just" , " changelog" ]
2- consolidate-commits = false
2+ consolidate-commits = false
3+ publish = false
You can’t perform that action at this time.
0 commit comments