Skip to content

Commit 476e075

Browse files
committed
allow manual changes to changelog before release
1 parent b35648b commit 476e075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.release-it.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"plugins": {
1010
"@release-it-plugins/lerna-changelog": {
11-
"infile": "CHANGELOG.md"
11+
"infile": "CHANGELOG.md",
12+
"launchEditor": true
1213
}
1314
}
1415
}

0 commit comments

Comments
 (0)