chore: fix release-it config

This commit is contained in:
Satyajit Sahoo
2018-11-06 17:01:21 +01:00
committed by satyajit.happy
parent 49f01d16be
commit 3497ef71f7

View File

@@ -1,16 +0,0 @@
{
"non-interactive": true,
"increment": "conventional:angular",
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
"safeBump": false,
"src": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
},
"npm": {
"publish": true
},
"github": {
"release": true
}
}