Skip to content

Commit e558dcc

Browse files
committed
Fix CONTRIBUTING
1 parent 40bfbc0 commit e558dcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
88
- [How to Contribute](#how-to-contribute)
99
- [Development Workflow](#development-workflow)
1010
- [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)
1212

1313
<!-- /MarkdownTOC -->
1414

@@ -124,7 +124,7 @@ Some notes on GitHub PRs:
124124
- All PRs must be reviewed and approved by at least one maintainer.
125125
- 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/).
126126

127-
## Release Process (for internal team only) <!-- omit in toc -->
127+
## Release Process (for internal team only)
128128

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

@@ -138,7 +138,7 @@ _[Read more about this](https://github.com/meilisearch/integration-guides/blob/m
138138
This project integrates a tool to create automated changelogs.<br>
139139
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/release-drafter.md)._
140140

141-
### How to Publish the Release
141+
### How to Publish the Release <!-- omit in toc -->
142142

143143
⚠️ 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).
144144

0 commit comments

Comments
 (0)