Skip to content

Commit

Permalink
Add usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Nov 29, 2023
1 parent 5088b5a commit d6180d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# Usage:
# ./scripts/publish.sh <major|minor|patch>

set -e

if [[ $(git branch --show-current) != "main" ]]; then
Expand Down

0 comments on commit d6180d1

Please sign in to comment.