]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: ignore chore in release
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 25 May 2020 12:39:08 +0000 (14:39 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 25 May 2020 12:41:32 +0000 (14:41 +0200)
.release-it.json

index 56a7b2cf2575308ead3e252385054b6828256ac0..d2dad11290cd6917957bf620bb127e8828d5935a 100644 (file)
@@ -11,5 +11,5 @@
   "npm": {
     "publish": true
   },
-  "changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
+  "changelogCommand": "git log --pretty=\"format:'* %s (%h)'\" [REV_RANGE] | grep -vE '(chore|test|refactor|docs)'"
 }