Files
react-navigation/packages/animated-switch/.release-it.json
Satyajit Sahoo 3e5085ee46 feat: upgrade project and add example
BREAKING CHANGE: Migrate to React Navigation 4.x
2019-12-12 15:55:00 +01:00

18 lines
253 B
JSON

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