summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-10-21 14:26:46 +0300
committerLars Wirzenius <liw@liw.fi>2021-10-21 14:26:46 +0300
commit20b90e3fd96924c410d8d06c0389724dee819a81 (patch)
treeacb814a84a6be108e47fa74e6e9b735074d88b8c
parent3bd55e6a6059e9111ea4339b69ec34159be507a1 (diff)
downloadsubplot-20b90e3fd96924c410d8d06c0389724dee819a81.tar.gz
Sponsored-by: author
-rwxr-xr-xrelease.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/release.sh b/release.sh
index 1438ff4..fd8e0b2 100755
--- a/release.sh
+++ b/release.sh
@@ -56,9 +56,9 @@ fi
# The actual release.
msg "making actual release"
-echo git tag -sam "Subplot release $version" "$version"
-echo git push --tags "$remote"
-echo cargo publish
+git tag -sam "Subplot release $version" "$version"
+git push --tags "$remote"
+cargo publish
msg ""
msg "Subplot version $version has been tagged and published on "