Skip to content

Commit 2a48070

Browse files
authored
Accoutn for v10.x branch (#4861)
1 parent e42b82b commit 2a48070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ rights to publish new releases on npm.
196196

197197
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)
198198
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
200200
4. Create and push a tag for the new version you want to publish:
201201
1. `git tag 10.0.0`
202202
2. `git push --tags`

0 commit comments

Comments
 (0)