Compare commits
2 commits
c044081a5f
...
cf4a6182cd
Author | SHA1 | Date | |
---|---|---|---|
cf4a6182cd | |||
1f0bc9f295 |
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -13,7 +13,7 @@ next_version := `git-cliff --bumped-version | cut -b 2-`
|
|||
echo "Next version: {{ next_version }}"
|
||||
|
||||
prep-release:
|
||||
jj new -m"chore: release v{{ next_version }}"
|
||||
jj new -m"chore: release {{ next_version }}"
|
||||
cargo set-version "{{ next_version }}"
|
||||
git-cliff -o CHANGELOG.md --bump
|
||||
echo "Check CHANGELOG.md for next version"
|
||||
|
|
Loading…
Reference in a new issue