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 b3f3c6d commit 08a21b6Copy full SHA for 08a21b6
.release-it.json
@@ -1,11 +1,10 @@
1
{
2
"git": {
3
- "tagName": "v${version}",
4
- "changelog": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
+ "tagName": "v${version}"
5
},
6
"github": {
7
"release": true,
8
- "releaseNotes": null
+ "releaseNotes": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
9
10
"plugins": {
11
"@release-it/conventional-changelog": {
0 commit comments