Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit fc8db84

Browse files
committed
chore: fix release-it config
1 parent 6611b08 commit fc8db84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.release-it.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"increment": "conventional:angular",
3-
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
4-
"safeBump": false,
5-
"src": {
3+
"scripts": {
4+
"changelog": "conventional-changelog -p angular | tail -n +3"
5+
},
6+
"git": {
67
"commitMessage": "chore: release %s",
78
"tagName": "v%s"
89
},

0 commit comments

Comments
 (0)