Files
react-navigation/.release-it.json
Satyajit Sahoo 32139afa3e Initial commit
2019-06-09 14:45:27 +00:00

15 lines
217 B
JSON

{
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}