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 a8fe20e commit ad3fc35Copy full SHA for ad3fc35
packages/render-html/.release-it.js
@@ -1,7 +1,8 @@
1
module.exports = {
2
git: {
3
commitMessage: 'chore: release v${version}',
4
- changelog: 'git log --pretty=format:"* %s (%h)" v5.1.1...${to}'
+ // to release a changelog diff from a specific tag, uncoment
5
+ // changelog: 'git log --pretty=format:"* %s (%h)" v5.1.1...${to}'
6
},
7
npm: {
8
publish: true
0 commit comments