Skip to content

Commit

Permalink
Adjust version script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jan 2, 2025
1 parent d7fda06 commit 64ee0ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# This script creates a new version tag for the project.

NAME="KeyboardKitPro"
DEFAULT_BRANCH="master"
BRANCH=${1:-$DEFAULT_BRANCH}
SCRIPT="scripts/version.sh"
SCRIPT="scripts/version_bump.sh"
chmod +x $SCRIPT
bash $SCRIPT $NAME $BRANCH
bash $SCRIPT

0 comments on commit 64ee0ba

Please sign in to comment.