react-navigation-stack/.release-it.json

16 lines
289 B
JSON
Raw Normal View History

2018-10-15 18:56:27 +00:00
{
"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
}
}