You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@ $ yarn changeset version
89
89
90
90
### Step 3: Tagging the release
91
91
92
+
__Note__: this step is meant to be run on the main branch.
93
+
92
94
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:
93
95
94
96
```bash
@@ -98,6 +100,8 @@ $ git push --follow-tags
98
100
99
101
#### Step 4: Publishing a package release
100
102
103
+
__Note__: this step is meant to be run on the main branch.
104
+
101
105
Packages are published and distributed via NPM. To publish a package, run the following command from the root of the repository:
0 commit comments