You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
8
8
-[How to Contribute](#how-to-contribute)
9
9
-[Development Workflow](#development-workflow)
10
10
-[Git Guidelines](#git-guidelines)
11
-
-[How to Publish the Release](#how-to-publish-the-release)
11
+
-[Release Process (for internal team only)](#release-process-for-internal-team-only)
12
12
13
13
<!-- /MarkdownTOC -->
14
14
@@ -124,7 +124,7 @@ Some notes on GitHub PRs:
124
124
- All PRs must be reviewed and approved by at least one maintainer.
125
125
- 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-ruby/releases/).
126
126
127
-
## Release Process (for internal team only)<!-- omit in toc -->
127
+
## Release Process (for internal team only)
128
128
129
129
MeiliSearch tools follow the [Semantic Versioning Convention](https://semver.org/).
130
130
@@ -138,7 +138,7 @@ _[Read more about this](https://github.com/meilisearch/integration-guides/blob/m
138
138
This project integrates a tool to create automated changelogs.<br>
139
139
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/release-drafter.md)._
140
140
141
-
### How to Publish the Release
141
+
### How to Publish the Release<!-- omit in toc -->
142
142
143
143
⚠️ Before doing anything, make sure you got through the guide about [Releasing an Integration](https://github.com/meilisearch/integration-guides/blob/main/guides/integration-release.md).
0 commit comments