Merge pull request #5803 from meilisearch/curquiza-patch-1

Minor docs update about release.md
This commit is contained in:
Tamo
2025-08-06 09:14:57 +00:00
committed by GitHub

View File

@ -7,7 +7,7 @@ This guide is to describe how to make releases for the current repository.
1. A weekly meeting is done every Monday to define the release and to ensure minimal checks before the release.
<details>
<summary>Check out the TODO 👇👇👇</summary>
- [ ] Define the version of the release (`vX.Y.Z`)
- [ ] Define the version of the release (`vX.Y.Z`) based on our <a href="https://github.com/meilisearch/meilisearch/blob/main/documentation/versioning-policy.md">Versioning Policy</a></br>.
- [ ] 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>
- [ ] Scheduled test suite</br>