chore: bump version to 0.2.12
This commit is contained in:
parent
7d304f6e1e
commit
88221303ef
3 changed files with 4 additions and 4 deletions
2
justfile
2
justfile
|
|
@ -8,9 +8,9 @@
|
|||
bump version:
|
||||
sed -i '/^\[workspace\.package\]/,/^\[/{s/^version = ".*"/version = "{{version}}"/}' Cargo.toml
|
||||
sed -i 's/version = "[0-9.]*"; # trictrac-version/version = "{{version}}"; # trictrac-version/' flake.nix
|
||||
git flow release start {{version}}
|
||||
git add Cargo.toml flake.nix
|
||||
git commit -m "chore: bump version to {{version}}"
|
||||
git flow release start {{version}}
|
||||
@echo "Done. Finish with: git flow release finish {{version}}"
|
||||
|
||||
doc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue