Skip to content

Commit a94f694

Browse files
committed
Auto-publish
1 parent b1b7d21 commit a94f694

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

scripts/release-version.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ git tag $new_version
3434

3535
git show HEAD
3636

37+
echo ">>> Publishing"
38+
39+
cargo publish
40+
git push
41+
git push origin $new_version
42+
3743
set +x
3844

3945
echo "things left to do:"
40-
echo " cargo publish"
41-
echo " git push"
42-
echo " git push origin $new_version"
4346
echo " re-run the install-tester.yml workflow to see that the release can be used"

0 commit comments

Comments
 (0)