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
|
|
@ -1,5 +1,5 @@
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
frontendCargoDeps = rustPlatform.fetchCargoVendor {
|
frontendCargoDeps = rustPlatform.fetchCargoVendor {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
name = "trictrac-frontend-vendor";
|
name = "trictrac-frontend-vendor";
|
||||||
hash = "sha256-lapxu9R6s2ASGdpnU0dht4jxewQjbrXlAkpFf/GsK/Q=";
|
hash = "sha256-neJh0ZQGa5LNY8vBu3kYkM+ARkXOW/EHx8sPBOsWsgE=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
final.stdenv.mkDerivation {
|
final.stdenv.mkDerivation {
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
|
|
||||||
trictrac = with final; rustPlatform.buildRustPackage {
|
trictrac = with final; rustPlatform.buildRustPackage {
|
||||||
pname = "trictrac";
|
pname = "trictrac";
|
||||||
version = "0.2.11"; # trictrac-version
|
version = "0.2.12"; # trictrac-version
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
|
||||||
2
justfile
2
justfile
|
|
@ -8,9 +8,9 @@
|
||||||
bump version:
|
bump version:
|
||||||
sed -i '/^\[workspace\.package\]/,/^\[/{s/^version = ".*"/version = "{{version}}"/}' Cargo.toml
|
sed -i '/^\[workspace\.package\]/,/^\[/{s/^version = ".*"/version = "{{version}}"/}' Cargo.toml
|
||||||
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 flow release start {{version}}
|
|
||||||
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}}"
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue