Skip to content

Commit

Permalink
Fix the release helper command
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Mar 23, 2022
1 parent 7e7e9ff commit 1dd0df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ git commit -m "${new_version}"

echo "Branch prepared for ${new_version}"
echo "To prepare a release, run:"
echo " gh create ${new_version} --draft --generate-notes"
echo " gh release create ${new_version} --draft --generate-notes"

0 comments on commit 1dd0df1

Please sign in to comment.