We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5265f6 commit be90ed3Copy full SHA for be90ed3
.release-it.json
@@ -11,5 +11,5 @@
11
"npm": {
12
"publish": true
13
},
14
- "changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
+ "changelogCommand": "git log --pretty=\"format:'* %s (%h)'\" [REV_RANGE] | grep -vE '(chore|test|refactor|docs)'"
15
}
0 commit comments