Skip to content

Commit

Permalink
fixup! 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 d77dfa0 commit 3171892
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/actions/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ set -xe
RELEASE_DATE=$1
RELEASE_LINE=$2

git branch
git config --local user.email "[email protected]"
git config --local user.name "Node.js GitHub Bot"

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)
Expand Down

0 comments on commit 3171892

Please sign in to comment.