From dc768bce98f17ba5325fe17da0808bd61fb045ec Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 25 Jun 2023 23:19:55 +0200 Subject: [PATCH] add missing release instructions --- scripts/release-version.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/release-version.sh b/scripts/release-version.sh index db1680f..a9d1d71 100644 --- a/scripts/release-version.sh +++ b/scripts/release-version.sh @@ -28,5 +28,7 @@ git commit -am "version $new_version" git tag v$new_version echo "things left to do:" +echo " git push" +echo " git push --tags" echo " cargo publish" echo " npm publish https://github.com/untitaker/spacemod/releases/download/v$new_version/spacemod-npm-package.tar.gz"