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
@@ -48,11 +48,11 @@ See the scripts section of the root [`package.json`](./package.json) for more co
48
48
1. Ensure you have a `GH_TOKEN` env var containing a GitHub [Personal Access Token](https://github.com/settings/tokens) with `public_repo` permissions
49
49
2. From the root of this repo run `npm run release` and follow the on screen prompts. It will use [conventional commits](https://www.conventionalcommits.org) to work out the new package version
50
50
51
-
### Publishing release candidates
51
+
### Using prerelease versions
52
52
53
-
To publish a release candidate use `npm run release:rc`. This will result in version numbers similar to `0.4.4-rc.0+8d4b747` published under the npm tag `next`.
53
+
Any changed packages from each successful build of master are published to npm as canary builds under the npm tag `next`.
54
54
55
-
To update an rc, run `npm run release:rc` again.
55
+
Canary builds only consider changes to packages in the last built commit so changes to the root config files should not result in new prereleases being published to npm.
0 commit comments