From 5e4e06335c1a4a2f2f37cd9a7f1bbe19cc511aef Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Tue, 6 Nov 2018 16:46:59 +0100 Subject: [PATCH] chore: update build config --- packages/material-bottom-tabs/release-it.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create 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 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 + } +}