Skip to content

Commit

Permalink
fixup! fixup! build: add create release proposal action
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Nov 18, 2024
1 parent def0419 commit d77dfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/actions/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RELEASE_DATE=$1
RELEASE_LINE=$2

git branch
git node release --prepare --skipBranchDiff
git node release --prepare --skipBranchDiff --yes
# We use it to not specify the branch name as it changes based on
# the commit list (semver-minor/semver-patch)
git config push.default current
Expand Down

0 comments on commit d77dfa0

Please sign in to comment.