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 0ca9e59 commit 8b16f81Copy full SHA for 8b16f81
.release-it.json
@@ -3,6 +3,7 @@
3
"beforeChangelogCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
4
"changelogCommand": "npx conventional-changelog -p angular | tail -n +3",
5
"safeBump": false,
6
+ "requireUpstream": false,
7
"src": {
8
"tagName": "v%s",
9
"tagAnnotation": "Release v%s",
@@ -12,6 +13,7 @@
12
13
},
14
"github": {
15
"release": true,
- "releaseName": "Release v%s"
16
+ "releaseName": "Release v%s",
17
+ "tokenRef": "GH_TOKEN"
18
}
19
0 commit comments