Skip to content

Commit

Permalink
chore: remove changelog hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Sep 5, 2021
1 parent 2b27f00 commit 9fb0c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/render-html/.release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
git: {
commitMessage: 'chore: release v${version}',
// to release a changelog diff from a specific tag, uncoment
changelog: 'git log --pretty=format:"* %s (%h)" v6.0.5...${to}'
// changelog: 'git log --pretty=format:"* %s (%h)" v6.0.5...${to}'
},
npm: {
publish: true
Expand Down

0 comments on commit 9fb0c56

Please sign in to comment.