mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 17:23:42 +08:00
chore: update build config
This commit is contained in:
committed by
satyajit.happy
parent
6c8c6d5c12
commit
5e4e06335c
16
packages/material-bottom-tabs/release-it.json
Normal file
16
packages/material-bottom-tabs/release-it.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user