Skip to content

Commit fe2a941

Browse files
committed
chore: configure release-it to write changelog to CHANGELOG.md
1 parent f39947e commit fe2a941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
},
9898
"plugins": {
9999
"@release-it/conventional-changelog": {
100-
"preset": "angular"
100+
"preset": "angular",
101+
"infile": "CHANGELOG.md"
101102
}
102103
}
103104
},

0 commit comments

Comments
 (0)