Skip to content

Commit

Permalink
chore: prepare 6.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Oct 23, 2021
1 parent dddf794 commit be73d81
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.1.0...${to}'
},
npm: {
publish: true
Expand Down

0 comments on commit be73d81

Please sign in to comment.