Skip to content

Commit 86c905a

Browse files
committed
Updated CONTRIBUTING instructions
1 parent 2fe69fb commit 86c905a

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
@@ -357,7 +357,7 @@ To build a new version and release it on NPM, follow these steps:
357357
1. Verify that the version number is already set correctly for the release. (It should have been incremented after releasing the previous version.)
358358
1. Create a PR to update `CHANGELOG.md`, removing the "(Unreleased)" for the version to be released.
359359
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.
360-
1. Verify that this triggers a tag build, and that the playground bundle is uploaded to the CDN as part of the build.
360+
1. Verify that this triggers a tag build, and that the playground bundle is uploaded to the CDN as part of the build (check https://cdn.rescript-lang.org/ after the build completes).
361361
1. Download the `npm-packages.zip` artifact for the tag build from the Github Actions page.
362362
1. Extract `npm-packages.zip` to get the package tarballs to publish.
363363
1. Run the publish commands with `--dry-run` to see if everything (especially the version number) looks good:

0 commit comments

Comments
 (0)