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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -388,8 +388,8 @@ To build a new version and release it on NPM, follow these steps:
388
388
-`npm dist-tag add @rescript/std@<version> <tag>`
389
389
1. Create a release entry for the version tag on the [Github Releases page](https://github.com/rescript-lang/rescript-compiler/releases), copying the changes from `CHANGELOG.md`.
390
390
1. Create a PR with the following changes to prepare for development of the next version:
391
-
- Increment the version number in `package.json` for the next version.
392
-
- Run `node scripts/setVersion.js` to take that version number over into other files.
391
+
- Increment the `EXPECTED_VERSION` number in `yarn.config.cjs` for the next version.
392
+
- Run `yarn constraints --fix` to take that version number over into other files.
393
393
- Update `CHANGELOG.md` and add an entry for the next version, e.g., "10.0.0-beta.2 (Unreleased)"
394
394
1. Coordinate any forum/blog posts with [@ryyppy](https://github.com/ryyppy).
0 commit comments