Skip to content

Commit b367bdb

Browse files
martzoukosclaude
andauthored
docs: reflect new Release label UI in release steps (#1393)
GitHub replaced the "Set as the latest release" checkbox with a "Release label" radio group (None / Pre-release / Latest). Selecting None lets the release workflow mark the release as latest itself. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5c1ea14 commit b367bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Both packages [checkly](https://www.npmjs.com/package/checkly) and [create-cli](
139139

140140
To release packages to NPM:
141141

142-
1. Publish a GitHub Release with a valid tag `#.#.#` (do **not** include a `v` prefix) and click the `Generate release notes` button to auto-generate notes following format defined [here](https://github.com/checkly/checkly-cli/blob/main/.github/release.yml). **Uncheck "Set as the latest release"** — the workflow will mark it as latest automatically.
142+
1. Publish a GitHub Release with a valid tag `#.#.#` (do **not** include a `v` prefix) and click the `Generate release notes` button to auto-generate notes following format defined [here](https://github.com/checkly/checkly-cli/blob/main/.github/release.yml). Under **Release label**, select **None** (not "Latest") — the workflow will mark it as latest automatically.
143143
2. When release is published the GitHub action is triggered. It builds and publishes `#.#.#-prerelease` prereleases (for both packages).
144144
3. Test the prerelease version to make sure that it's working.
145145
* To test `npm create checkly`, run `CHECKLY_CLI_VERSION=4.6.2 npm create checkly@4.6.2-prerelease-c6e8165` (substituting `4.6.2` and `4.6.2-prerelease` for your versions, which you can find at https://www.npmjs.com/package/checkly?activeTab=versions). `CHECKLY_CLI_VERSION` is needed since the `create-checkly` package looks up the corresponding tag on GitHub to pull project templates.

0 commit comments

Comments
 (0)