Skip to content

Commit b97c6f8

Browse files
committed
Update beta guide
1 parent bf2515d commit b97c6f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ Here are the steps to release a beta version of this package:
151151
git checkout -b bump-meilisearch-v*.*.*-beta
152152
```
153153

154-
- Change the version in [`package.json`](/package.json) and in [`src/package-version`](/src/package-version.ts) with `*.*.*-xxx-beta.0` and commit it to the `v*.*.*-beta` branch. None or multiple `-xxx`are valid. Examples:
155-
- `v*.*.*-my-feature-beta.0`
156-
- `v*.*.*-beta.0`
154+
- Change the version in [`package.json`](/package.json) and in [`src/package-version`](/src/package-version.ts) with `*.*.*-xxx-beta.0` and commit it to the `beta` branch.
157155

158156
- Go to the [GitHub interface for releasing](https://github.com/meilisearch/meilisearch-js/releases): on this page, click on `Draft a new release`.
159157

0 commit comments

Comments
 (0)