We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4a9d6 commit 5e17a37Copy full SHA for 5e17a37
.release-it.json
@@ -3,6 +3,11 @@
3
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
4
"tagName": "v${version}"
5
},
6
+ "github": {
7
+ "release": true,
8
+ "releaseName": "${version}",
9
+ "releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
10
+ },
11
"hooks": {
12
"before:init": "yarn test",
13
"after:bump": "npx auto-changelog --commit-limit false -p && yarn build"
0 commit comments