From 4850ad96c4d9da5455c3ac12dc558f1e479d3b8a Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 24 May 2023 13:56:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20github:=20enable=20tags=20and=20?= =?UTF-8?q?releases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/config.json b/.changeset/config.json index d00266f..cbcb408 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,5 +3,6 @@ "changelog": "@changesets/cli/changelog", "baseBranch": "main", "access": "public", + "privatePackages": { "version": true, "tag": true }, "commit": "./commit.js" }