From 4844f4f321a1e7f6be8d274c82e63fd28d0db95b Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 16 May 2024 10:01:38 -0500 Subject: [PATCH] Update publishing docs --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7fcf014..2dc1eaf9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,3 +54,6 @@ Manual validation requires running a client app such as this [example app](/exam ## 🚢 Publishing This repository uses [changesets](https://github.com/changesets/changesets) to publish updates. Pull requests must contain a changeset in order for changes to be published. The [changeset-bot](https://github.com/apps/changeset-bot) will guide you through this process. + +> **Important** +> When adding a new package to this repository that will be published, a new granular NPM token must be created to include read/write access to it.