From adab071f99dd6be1254b9643289d23e0cc315473 Mon Sep 17 00:00:00 2001 From: Nicholas Berlette Date: Fri, 14 Jan 2022 11:33:34 -0800 Subject: [PATCH] update semantic-release config --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index fa26608..67a4fc4 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "access": "public", "tag": "latest" }, + "release": { + "branches": ["main"] + }, "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs",