Skip to content

Commit 7cdee42

Browse files
committed
clgen: Make relase commit name same as tag name.
7d097f0 has message `0.24.0`, but tag `v0.24.0`. We should try to avoid this.
1 parent 7d097f0 commit 7cdee42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ echo "First, edit the TODO in CHANGELOG.md"
6262
echo "Then, check the diff"
6363
echo "Finaly Run:"
6464
echo "git add Cargo.toml CHANGELOG.md COMMIT.txt src/"
65-
echo "git commit -m $new_version"
65+
echo "git commit -m $new_tag"
6666
echo "git tag $new_tag"
6767
echo "git push && git push --tags"
6868
echo "cargo publish"

0 commit comments

Comments
 (0)