chore: update build config

This commit is contained in:
Satyajit Sahoo
2018-11-06 16:46:59 +01:00
committed by satyajit.happy
parent 6c8c6d5c12
commit 5e4e06335c

View File

@@ -0,0 +1,16 @@
{
"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
}
}