Related to https://github.com/meilisearch/integration-guides/issues/150 This require to also - [x] Add the version of docs-scraper following [this example](https://github.com/meilisearch/meilisearch-python/blob/main/meilisearch/version.py) - [x] Add in the CONTRIBUTING guide the requirement to update the version following [this example](https://github.com/meilisearch/meilisearch-python/blob/main/meilisearch/version.py) - [x] Add a check of version script in a`.workflow/script` dir following [this example](https://github.com/meilisearch/meilisearch-python/blob/main/.github/scripts/check-release.sh) - [x] Add in `publish-docker-latest.yml` and in `publish-docker-tag.yml` the check-release script following [this example](https://github.com/meilisearch/meilisearch-python/blob/main/.github/workflows/pypi-publish.yml) but remove the `pypi` part inside this
Related to meilisearch/integration-guides#150
This require to also
.workflow/scriptdir following this examplepublish-docker-latest.ymland inpublish-docker-tag.ymlthe check-release script following this example but remove thepypipart inside this