Skip to content

Commit

Permalink
add missing release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jun 25, 2023
1 parent 8f0bc4f commit dc768bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dc768bc

Please sign in to comment.