Minor update on doc

This commit is contained in:
curquiza
2025-07-20 22:20:08 +02:00
parent cd0523c3f1
commit f3b60a1dab

View File

@ -4,9 +4,9 @@ This guide is to describe how to make releases for the current repository.
## πŸ“… Weekly Meilisearch release
1. A weekly meeting is done every Monday to define the release and check the following information
1. A weekly meeting is done every Monday to define the release and to ensure minimal checks before the release.
<details>
<summary>πŸ‘‡πŸ‘‡πŸ‘‡</summary>
<summary>Check out the TODO πŸ‘‡πŸ‘‡πŸ‘‡</summary>
- [ ] Define the version of the release (`vX.Y.Z`)
- [ ] Manually test `--experimental-dumpless-upgrade` on a DB of the previous Meilisearch minor version</br>
- [ ] Check recent <a href="https://github.com/meilisearch/meilisearch/actions">automated tests</a> on `main`</br>
@ -19,9 +19,9 @@ This guide is to describe how to make releases for the current repository.
- [ ] <a href="https://github.com/meilisearch/meilisearch/actions/workflows/update-cargo-toml-version.yml">Create the PR updating the version</a>and merge it.
</details>
1. Go to the GitHub interface, in the [`Release` section](https://github.com/meilisearch/meilisearch/releases).
2. Go to the GitHub interface, in the [`Release` section](https://github.com/meilisearch/meilisearch/releases).
2. Select the already drafted release or click on the `Draft a new release` button if you want to start a blank one, and fill the form with the appropriate information.
3. Select the already drafted release or click on the `Draft a new release` button if you want to start a blank one, and fill the form with the appropriate information.
⚠️ Publish on `main`
βš™οΈ The CIs will be triggered to: