Skip to content

Commit

Permalink
clgen: Make relase commit name same as tag name.
Browse files Browse the repository at this point in the history
7d097f0 has message `0.24.0`, but tag `v0.24.0`. We should try to avoid this.
  • Loading branch information
aDotInTheVoid committed Dec 23, 2023
1 parent 7d097f0 commit 7cdee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo "First, edit the TODO in CHANGELOG.md"
echo "Then, check the diff"
echo "Finaly Run:"
echo "git add Cargo.toml CHANGELOG.md COMMIT.txt src/"
echo "git commit -m $new_version"
echo "git commit -m $new_tag"
echo "git tag $new_tag"
echo "git push && git push --tags"
echo "cargo publish"

0 comments on commit 7cdee42

Please sign in to comment.