diff --git a/packages/material-bottom-tabs/release-it.json b/packages/material-bottom-tabs/release-it.json new file mode 100644 index 00000000..5847f0a7 --- /dev/null +++ b/packages/material-bottom-tabs/release-it.json @@ -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 + } +}