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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ rights to publish new releases on npm.
196
196
197
197
1. Make a PR where **only** the version number is incremented in `package.json` and everywhere else. A simple search and replace works. (note: We follow `SemVer` conventions)
198
198
2. Wait until the PR is approved and merged.
199
-
3. Switch back to the `main` branch and pull the merged PR
199
+
3. Switch back to the `v10.x` branch and pull the merged PR
200
200
4. Create and push a tag for the new version you want to publish:
0 commit comments