Skip to content

Commit

Permalink
Add a usage note to the release command
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhammond committed Oct 30, 2024
1 parent c07e562 commit 4ed174b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/release
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -eu
# Usage bin/release 4.0.7

[[ -n $(git status -s) ]] && echo 'Dirty tree, commit everything else first :)' && exit 1

Expand All @@ -17,4 +18,4 @@ git push
git tag v$VERSION
git push --tags

echo "Create a new release on GitHub with this tag: https://github.com/Shipyrd/shipyrd/releases/new"
echo "Create a new release on GitHub with this tag: https://github.com/Shipyrd/shipyrd/releases/new"

0 comments on commit 4ed174b

Please sign in to comment.