Skip to content

Commit 56d3c8d

Browse files
committed
fix commit message in release script
1 parent 5d0310f commit 56d3c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sed -i -e "s!^version = \".*\"\$!version = \"${version}\"!" Cargo.toml
3232
cargo build
3333
git add Cargo.lock
3434
nix flake check -vL
35-
git commit -m "bump version harmonia-v${version}"
35+
git commit -m "bump version nix-ld ${version}"
3636
git tag "${version}"
3737

3838
echo "now run 'git push --tags origin main'"

0 commit comments

Comments
 (0)