Skip to content

Commit 8b79cb2

Browse files
authored
Merge branch 'main' into script
2 parents 955c3a1 + e69a8c7 commit 8b79cb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ _[Read more about this](https://github.com/meilisearch/integration-guides/blob/m
133133

134134
⚠️ Before doing anything, make sure you got through the guide about [Releasing an Integration](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md).
135135

136+
Make a PR modifying the file [`scraper/src/config/version.py`](/scraper/src/config/version.py) with the right version.
137+
138+
```python
139+
__version__ = "X.X.X"
140+
```
141+
136142
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/docs-scraper/releases): on this page, click on `Edit` (related to the draft release) > update the description (be sure you apply [these recommendations](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md#writting-the-release-description)) > when you are ready, click on `Publish release`.
137143

138144
GitHub Actions will be triggered and push the `latest` and `vX.X.X` version of the Docker image to [DockerHub](https://hub.docker.com/repository/docker/getmeili/docs-scraper).

0 commit comments

Comments
 (0)