Skip to content

Commit 9fb0c56

Browse files
committed
chore: remove changelog hack
1 parent 2b27f00 commit 9fb0c56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/render-html/.release-it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
git: {
33
commitMessage: 'chore: release v${version}',
44
// to release a changelog diff from a specific tag, uncoment
5-
changelog: 'git log --pretty=format:"* %s (%h)" v6.0.5...${to}'
5+
// changelog: 'git log --pretty=format:"* %s (%h)" v6.0.5...${to}'
66
},
77
npm: {
88
publish: true

0 commit comments

Comments
 (0)