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 7d097f0 commit 7cdee42Copy full SHA for 7cdee42
clgen.sh
@@ -62,7 +62,7 @@ echo "First, edit the TODO in CHANGELOG.md"
62
echo "Then, check the diff"
63
echo "Finaly Run:"
64
echo "git add Cargo.toml CHANGELOG.md COMMIT.txt src/"
65
-echo "git commit -m $new_version"
+echo "git commit -m $new_tag"
66
echo "git tag $new_tag"
67
echo "git push && git push --tags"
68
echo "cargo publish"
0 commit comments