Skip to content

Commit ad3fc35

Browse files
committed
chore: revert hardcoded changelog diff in release-it config
1 parent a8fe20e commit ad3fc35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module.exports = {
22
git: {
33
commitMessage: 'chore: release v${version}',
4-
changelog: 'git log --pretty=format:"* %s (%h)" v5.1.1...${to}'
4+
// to release a changelog diff from a specific tag, uncoment
5+
// changelog: 'git log --pretty=format:"* %s (%h)" v5.1.1...${to}'
56
},
67
npm: {
78
publish: true

0 commit comments

Comments
 (0)