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
@@ -5,7 +5,7 @@ Currently the process of updating the version of the packages is mostly manual.
5
5
- If there is a release branch (see **Release candidate** below) that hasn't been merged to `main` yet now is the time to do so.
6
6
- Make sure that you are logged in into your `npm` account. Use the command `yarn npm login` on the project folder to do this.
7
7
- While on the `main` branch.
8
-
- Perform a search an replace on all "package.json" files from the old version to the new. (ex `0.1.4` to `0.2.0`).
8
+
- Perform a search an replace on all "package.json" files from the old version to the new. (ex `0.1.4` to `0.2.0`). Ensuring it only affects packages doing the version bump.
9
9
- Run `yarn` to update the lockfile.
10
10
- Commit the changes with a message containing the new version (ex: `0.2.0`).
11
11
- Create an annotated git tag by running `git tag -a v0.2.0` (replace with the version). The tag message can be the version again.
0 commit comments