Skip to content

Commit 8b16f81

Browse files
committed
fix: Iron out kinks for release-it
1 parent 0ca9e59 commit 8b16f81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.release-it.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"beforeChangelogCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
44
"changelogCommand": "npx conventional-changelog -p angular | tail -n +3",
55
"safeBump": false,
6+
"requireUpstream": false,
67
"src": {
78
"tagName": "v%s",
89
"tagAnnotation": "Release v%s",
@@ -12,6 +13,7 @@
1213
},
1314
"github": {
1415
"release": true,
15-
"releaseName": "Release v%s"
16+
"releaseName": "Release v%s",
17+
"tokenRef": "GH_TOKEN"
1618
}
1719
}

0 commit comments

Comments
 (0)