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,5 +1,5 @@
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.2.12"
|
version = "0.2.13"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
|
|
||||||
trictrac = with final; rustPlatform.buildRustPackage {
|
trictrac = with final; rustPlatform.buildRustPackage {
|
||||||
pname = "trictrac";
|
pname = "trictrac";
|
||||||
version = "0.2.12"; # trictrac-version
|
version = "0.2.13"; # trictrac-version
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
|
||||||
1
justfile
1
justfile
|
|
@ -11,7 +11,6 @@ bump version:
|
||||||
sed -i 's/version = "[0-9.]*"; # trictrac-version/version = "{{version}}"; # trictrac-version/' flake.nix
|
sed -i 's/version = "[0-9.]*"; # trictrac-version/version = "{{version}}"; # trictrac-version/' flake.nix
|
||||||
git add Cargo.toml flake.nix
|
git add Cargo.toml flake.nix
|
||||||
git commit -m "chore: bump version to {{version}}"
|
git commit -m "chore: bump version to {{version}}"
|
||||||
git flow release start {{version}}
|
|
||||||
@echo "Done. Finish with: git flow release finish {{version}}"
|
@echo "Done. Finish with: git flow release finish {{version}}"
|
||||||
|
|
||||||
# Sync pages content to production server
|
# Sync pages content to production server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue