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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
#### :boom: Breaking Change
16
16
17
17
- Extract ReScript runtime files from main `rescript` package to separate `@rescript/runtime` package. https://github.com/rescript-lang/rescript/pull/7796
18
+
- Remove `@rescript/std` (in favor of `@rescript/runtime`). https://github.com/rescript-lang/rescript/pull/7811
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -399,13 +399,11 @@ To build a new version and release it on NPM, follow these steps:
399
399
1. Verify that the version number is already set correctly for the release. (It should have been incremented after releasing the previous version.)
400
400
1. Create a PR to update `CHANGELOG.md`, removing the "(Unreleased)" for the version to be released.
401
401
1. Once that PR is merged and built successfully, tag the commit with the version number (e.g., "v10.0.0", or "v10.0.0-beta.1") and push the tag.
402
-
1. This triggers a tag build that will upload the playground bundle to Cloudflare R2 and publish the `rescript`and `@rescript/std`npm packages with the tag "ci".
402
+
1. This triggers a tag build that will upload the playground bundle to Cloudflare R2 and publish the `rescript` npm package with the tag "ci".
403
403
1. Verify that the playground bundle for the new version is now present on the settings tab in https://rescript-lang.org/try.
404
404
1. Run `npm info rescript` to verify that the new version is now present with tag "ci".
405
405
1. Test the new version.
406
-
1. Tag the new version as appropriate (`latest` or `next`):
407
-
-`npm dist-tag add rescript@<version> <tag>`
408
-
-`npm dist-tag add @rescript/std@<version> <tag>`
406
+
1. Tag the new version as appropriate (`latest` or `next`): `npm dist-tag add rescript@<version> <tag>`
409
407
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`.
410
408
1. Create a PR with the following changes to prepare for development of the next version:
411
409
- Increment the `EXPECTED_VERSION` number in `yarn.config.cjs` for the next version.
@@ -416,7 +414,7 @@ To build a new version and release it on NPM, follow these steps:
416
414
417
415
To reproduce issues, it can be helpful to the team to install a specific version of the compiler.
418
416
419
-
ReScript uses [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) for continuous releases. Once tests are passed successfully, the bot comment is available.
417
+
ReScript uses [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) for continuous releases. Once tests are passed successfully, the bot comment is available.
420
418
421
419
Follow the instructions from the comment, which are like:
0 commit comments