Skip to content

Commit 8b454c7

Browse files
committed
Update release instructions to safeguard against updating versions of wrong packages
1 parent 54f334a commit 8b454c7

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
@@ -5,7 +5,7 @@ Currently the process of updating the version of the packages is mostly manual.
55
- 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.
66
- Make sure that you are logged in into your `npm` account. Use the command `yarn npm login` on the project folder to do this.
77
- 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.
99
- Run `yarn` to update the lockfile.
1010
- Commit the changes with a message containing the new version (ex: `0.2.0`).
1111
- 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

Comments
 (0)