chore: bump version to 0.2.13
This commit is contained in:
parent
50f5c43a21
commit
68a8535397
3 changed files with 2 additions and 3 deletions
1
justfile
1
justfile
|
|
@ -11,7 +11,6 @@ bump version:
|
|||
sed -i 's/version = "[0-9.]*"; # trictrac-version/version = "{{version}}"; # trictrac-version/' flake.nix
|
||||
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}}"
|
||||
|
||||
# Sync pages content to production server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue