Skip to content

Commit be73d81

Browse files
committed
chore: prepare 6.2.0 release
1 parent dddf794 commit be73d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1.0...${to}'
66
},
77
npm: {
88
publish: true

0 commit comments

Comments
 (0)