Skip to content

Commit 131c68d

Browse files
authored
Update README.md (#924)
1 parent 7cf74b7 commit 131c68d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ $ yarn changeset version
8989

9090
### Step 3: Tagging the release
9191

92+
__Note__: this step is meant to be run on the main branch.
93+
9294
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:
9395

9496
```bash
@@ -98,6 +100,8 @@ $ git push --follow-tags
98100

99101
#### Step 4: Publishing a package release
100102

103+
__Note__: this step is meant to be run on the main branch.
104+
101105
Packages are published and distributed via NPM. To publish a package, run the following command from the root of the repository:
102106

103107
```bash

0 commit comments

Comments
 (0)