Skip to content

Commit

Permalink
Update set-versioned-branch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Oct 5, 2024
1 parent 9343cc4 commit ca30a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set-versioned-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ major=$(node -pe 'require("./package.json").version.replace(/\..*$/,"")')
# Can't do a force push due to branch protection rules.
git checkout "${base}"
git checkout -B "${base}-v${major}"
git push origin "${base}-v${major}"
git push --force origin "${base}-v${major}"

0 comments on commit ca30a5b

Please sign in to comment.