From 131c68d9515791aadaf704ab212ea8609bf54c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Thu, 18 Jan 2024 11:34:38 -0300 Subject: [PATCH] Update README.md (#924) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b8ef07149..cd832b944 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ $ yarn changeset version ### Step 3: Tagging the release +__Note__: this step is meant to be run on the main branch. + After creating a package release, you will need to tag the release commit with the version number. To do this, run the following command from the root of the repository: ```bash @@ -98,6 +100,8 @@ $ git push --follow-tags #### Step 4: Publishing a package release +__Note__: this step is meant to be run on the main branch. + Packages are published and distributed via NPM. To publish a package, run the following command from the root of the repository: ```bash