From 3497ef71f78ebb7eb21236d4cc3452cb88245fd0 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Tue, 6 Nov 2018 17:01:21 +0100 Subject: [PATCH] chore: fix release-it config --- packages/material-bottom-tabs/release-it.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 packages/material-bottom-tabs/release-it.json 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 - } -}