We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758c59a commit a4bbcd4Copy full SHA for a4bbcd4
1 file changed
scripts/create-release.sh
@@ -33,6 +33,6 @@ cargo build
33
git add Cargo.lock harmonia/Cargo.toml
34
nix flake check -vL
35
git commit -m "bump version harmonia-v${version}"
36
-git tag -e "harmonia-v${version}"
+git tag "harmonia-v${version}"
37
38
echo "now run 'git push --tags origin main'"
0 commit comments