Skip to content

Commit 112596c

Browse files
authored
Merge branch 'main' into inconsistencies-fix
2 parents 4e27b83 + 06742bc commit 112596c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
labels:
8+
- 'skip changelog'
9+
- 'dependencies'
10+
rebase-strategy: disabled
11+
312
- package-ecosystem: pip
413
directory: "/"
514
schedule:

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Some notes on GitHub PRs:
123123
- All PRs must be reviewed and approved by at least one maintainer.
124124
- The PR title should be accurate and descriptive of the changes. The title of the PR will be indeed automatically added to the next [release changelogs](https://github.com/meilisearch/meilisearch-python/releases/).
125125

126-
## Release Process (for internal team only)
126+
## Release Process (for the internal team only)
127127

128128
Meilisearch tools follow the [Semantic Versioning Convention](https://semver.org/).
129129

@@ -147,10 +147,10 @@ Make a PR modifying the file [`meilisearch/version.py`](/meilisearch/version.py)
147147
__version__ = "X.X.X"
148148
```
149149

150-
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/meilisearch-python/releases): on this page, click on `Edit` (related to the draft release) > update the description (be sure you apply [these recommandations](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md#writting-the-release-description)) > when you are ready, click on `Publish release`.
150+
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/meilisearch-python/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`.
151151

152152
GitHub Actions will be triggered and push the package to [PyPI](https://pypi.org/project/meilisearch).
153153

154154
<hr>
155155

156-
Thank you again for reading this through, we can not wait to begin to work with you if you made your way through this contributing guide ❤️
156+
Thank you again for reading this through. We can not wait to begin to work with you if you make your way through this contributing guide ❤️

0 commit comments

Comments
 (0)