Skip to content

Commit be90ed3

Browse files
committed
chore: ignore chore in release
1 parent d5265f6 commit be90ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"npm": {
1212
"publish": true
1313
},
14-
"changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
14+
"changelogCommand": "git log --pretty=\"format:'* %s (%h)'\" [REV_RANGE] | grep -vE '(chore|test|refactor|docs)'"
1515
}

0 commit comments

Comments
 (0)