From a499afa63ca80b73c3d462e619af701c187e92ce Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Fri, 11 Dec 2020 21:55:31 +0200 Subject: [PATCH] Release to npm by default --- .release-it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-it.json b/.release-it.json index a029900..0449642 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,6 +1,6 @@ { "npm": { - "publish": false + "publish": true }, "git": { "changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://github.com/raw/release-it/release-it/master/templates/changelog-compact.hbs",