Skip to content

Commit

Permalink
chore: provided example for version.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Jun 3, 2023
1 parent 05197a7 commit f72cc67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Usage from project root dir:
# .github/scripts/version.sh bump 0.1.2-alpha.3

bump() {
[ -v "version" ] || exit 1

Expand Down

0 comments on commit f72cc67

Please sign in to comment.