Skip to content

Commit

Permalink
Fix small mistake in release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Nov 5, 2023
1 parent fca5573 commit dc024b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ set_version "$next_version"

git commit -am "Bump to version $next_version."

echo "Check if everything is alright. If so, open a PR, merge it, and then do:"
echo "Check if everything is alright. If so do:"
echo
echo " git push --atomic origin $MAIN_BRANCH v${release_version} && git checkout v${release_version} && cargo publish && git checkout $MAIN_BRANCH"
echo

0 comments on commit dc024b5

Please sign in to comment.