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 22, 2024
1 parent 77e1843 commit 4af58d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
NODE_VERSION: lts/*

permissions:
contents: read
contents: write

jobs:
releasePrepare:
Expand Down
2 changes: 2 additions & 0 deletions tools/actions/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ fi

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

git node release --prepare --skipBranchDiff --yes --releaseDate "$RELEASE_DATE"
# We use it to not specify the branch name as it changes based on
Expand Down

0 comments on commit 4af58d8

Please sign in to comment.