Skip to content

Commit

Permalink
Merge #1203
Browse files Browse the repository at this point in the history
1203: Fix version naming in beta release explaination r=bidoubiwa a=bidoubiwa

Version in package.json should not be prefixed by a `v`

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and bidoubiwa committed Apr 19, 2022
2 parents 7678bd6 + ecccf9b commit 6970aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ git pull origin bump-meilisearch-v*.*.*
git checkout -b vX.X.X-beta.0
```

- Change the version in `package.json` by `vX.X.X-beta.0` and commit it to the `vX.X.X-beta.0` branch
- Change the version in `package.json` with `X.X.X-beta.0` and commit it to the `vX.X.X-beta.0` branch

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

Expand Down

0 comments on commit 6970aff

Please sign in to comment.