Skip to content

Commit

Permalink
Add a warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jun 4, 2024
1 parent 6c57c90 commit a96e5e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,8 @@ replaceVersion "build/npm/v2-jf/package.json" "\"version\": \"$fromVersion\"," "
echo "Version bumped successfully."

## Push the new branch, with the version bump
## Important Note!
## If changing this commit message, you must edit the createMacOsBinaries.yml workflow.
## As it triggers by the commit message format.
git commit -m "Bump version from $fromVersion to $toVersion"
git push --set-upstream origin "$branchName"

0 comments on commit a96e5e1

Please sign in to comment.