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