From 25709da255fa7e58bfcd3337e2e1513c272c7bc0 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 23 Mar 2019 03:15:36 +0100 Subject: [PATCH] chore: don't add commits for release With protected branches enabled, we cannot push new commits to master. So we tag the last commit instead of making a new one. --- .release-it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-it.json b/.release-it.json index 7a448b9..ec1349f 100644 --- a/.release-it.json +++ b/.release-it.json @@ -4,7 +4,7 @@ "changelog": "conventional-changelog -p angular | tail -n +3" }, "git": { - "commitMessage": "chore: release %s", + "commit": false, "tagName": "v%s" }, "npm": {