Skip to content

Commit

Permalink
Add a helper on the release gh command
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Mar 4, 2022
1 parent 00fd41f commit fabc175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ git add package.json package-lock.json
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"

0 comments on commit fabc175

Please sign in to comment.