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-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,9 +175,7 @@ Here are the steps to release a beta version of this package:
175
175
git checkout -b bump-meilisearch-v*.*.*-beta
176
176
```
177
177
178
-
- Change the version in`package.json` with `*.*.*-xxx-beta.0` and commit it to the `v*.*.*-beta` branch. None or multiple `-xxx`are valid. Examples:
179
-
- `v*.*.*-my-feature-beta.0`
180
-
- `v*.*.*-beta.0`
178
+
- Change the version in [`package.json`](/package.json) and [`src/package-version`](/src/package-version.ts) with `*.*.*-xxx-beta.0` and commit it to the `v*.*.*-beta` branch.
181
179
182
180
- Go to the [GitHub interface for releasing](https://github.com/meilisearch/instant-meilisearch/releases): on this page, click on `Draft a new release`.
183
181
@@ -194,7 +192,7 @@ GitHub Actions will be triggered and push the beta version to [npm](https://www.
194
192
💡 If you need to release a new beta for the same version (i.e. `vX.X.X-beta.1`):
195
193
- merge the change into `bump-meilisearch-v*.*.*`
196
194
- rebase the `vX.X.X-beta.0` branch
197
-
- change the version name in`package.json`
195
+
- change the version name in[`package.json`](/package.json) and [`src/package-version`](/src/package-version.ts)
0 commit comments