We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e1843 commit 4af58d8Copy full SHA for 4af58d8
.github/workflows/create-release-proposal.yml
@@ -25,7 +25,7 @@ env:
25
NODE_VERSION: lts/*
26
27
permissions:
28
- contents: read
+ contents: write
29
30
jobs:
31
releasePrepare:
tools/actions/create-release.sh
@@ -12,6 +12,8 @@ fi
12
13
git config --local user.email "github-bot@iojs.org"
14
git config --local user.name "Node.js GitHub Bot"
15
+# git config --local user.email "rafael.nunu@hotmail.com"
16
+# git config --local user.name "RafaelGSS"
17
18
git node release --prepare --skipBranchDiff --yes --releaseDate "$RELEASE_DATE"
19
# We use it to not specify the branch name as it changes based on
0 commit comments