We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b7d21 commit a94f694Copy full SHA for a94f694
1 file changed
scripts/release-version.sh
@@ -34,10 +34,13 @@ git tag $new_version
34
35
git show HEAD
36
37
+echo ">>> Publishing"
38
+
39
+cargo publish
40
+git push
41
+git push origin $new_version
42
43
set +x
44
45
echo "things left to do:"
-echo " cargo publish"
-echo " git push"
-echo " git push origin $new_version"
46
echo " re-run the install-tester.yml workflow to see that the release can be used"
0 commit comments