Compare commits

..

2 commits

Author SHA1 Message Date
cf4a6182cd chore: release 1.1.0 2024-09-22 14:49:14 +01:00
1f0bc9f295 build: add prep-release recipe to justfile
Some checks failed
Test / checks (map[name:stable]) (push) Has been cancelled
Test / checks (map[name:nightly]) (push) Has been cancelled
2024-09-22 14:49:14 +01:00

View file

@ -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"