From 13b1abceaf2da0b5a6507c003f7f26186369ec19 Mon Sep 17 00:00:00 2001 From: curquiza Date: Thu, 19 Jan 2023 16:23:06 +0100 Subject: [PATCH 1/5] Rework technical information in the README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0219771c4..62d9ef241 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,15 @@ Meilisearch is a search engine created by [Meili](https://www.welcometothejungle Thank you for your support! -## 📦 Internal crates and their versioning +## 👩‍💻 Contributing -The crates in this repository are not currently available on crates.io and do not follow [semver conventions](https://semver.org). However, the Meilisearch search engine is well versioned, and releases follow the semver conventions. +Meilisearch is and always will be open-source! If you want to contribute to the project, please take a look at this [guidelines](CONTRIBUTING.md). + +We are looking forward to review your contribution! ❤️ + +## 📦 Technical information + +More information about technical details related to the Meilisearch project: +- The releases of Meilisearch and their associated binaries are available [in this GitHub section](https://github.com/meilisearch/meilisearch/releases). +- We versionize the Meilisearch binaries following the [SemVer conventions](https://semver.org/), and we also provide our detailed [versioning policy](https://github.com/meilisearch/engine-team/blob/main/resources/versioning-policy.md). +- The crates in this repository are not currently available on [crates.io](https://crates.io/) and do not follow [SemVer conventions](https://semver.org). From b45235812447c5f3dc33c2527430bfc00a7cf498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 26 Jan 2023 18:12:56 +0100 Subject: [PATCH 2/5] Update README.md Co-authored-by: gui machiavelli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d9ef241..4081f66bc 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Thank you for your support! ## 👩‍💻 Contributing -Meilisearch is and always will be open-source! If you want to contribute to the project, please take a look at this [guidelines](CONTRIBUTING.md). +Meilisearch is, and will always be, open-source! If you want to contribute to the project, please take a look at [our contribution guidelines](CONTRIBUTING.md). We are looking forward to review your contribution! ❤️ From 8a6d5480410ada7bfeac2ba0aa76f95941d1bcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 26 Jan 2023 18:13:08 +0100 Subject: [PATCH 3/5] Update README.md Co-authored-by: gui machiavelli --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4081f66bc..ae3a38818 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,6 @@ Thank you for your support! Meilisearch is, and will always be, open-source! If you want to contribute to the project, please take a look at [our contribution guidelines](CONTRIBUTING.md). -We are looking forward to review your contribution! ❤️ - ## 📦 Technical information More information about technical details related to the Meilisearch project: From 8a66ba01d87f0a60736f9b0d6bdf528bd2a15680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 26 Jan 2023 18:13:53 +0100 Subject: [PATCH 4/5] Update README.md Co-authored-by: gui machiavelli --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae3a38818..8cfcd4364 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,8 @@ Meilisearch is, and will always be, open-source! If you want to contribute to th ## 📦 Technical information -More information about technical details related to the Meilisearch project: -- The releases of Meilisearch and their associated binaries are available [in this GitHub section](https://github.com/meilisearch/meilisearch/releases). -- We versionize the Meilisearch binaries following the [SemVer conventions](https://semver.org/), and we also provide our detailed [versioning policy](https://github.com/meilisearch/engine-team/blob/main/resources/versioning-policy.md). -- The crates in this repository are not currently available on [crates.io](https://crates.io/) and do not follow [SemVer conventions](https://semver.org). +Meilisearch releases and their associated binaries are available [in this GitHub page](https://github.com/meilisearch/meilisearch/releases). + +The binaries are versioned following [SemVer conventions](https://semver.org/). To know more, read our [versioning policy](https://github.com/meilisearch/engine-team/blob/main/resources/versioning-policy.md). + +Differently from the binaries, crates in this repository are not currently available on [crates.io](https://crates.io/) and do not follow [SemVer conventions](https://semver.org). From b9d8bd77fc3eef41b3815cce1d5fff2b7b4b9d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 26 Jan 2023 18:14:00 +0100 Subject: [PATCH 5/5] Update README.md Co-authored-by: gui machiavelli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cfcd4364..e722e036e 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Thank you for your support! Meilisearch is, and will always be, open-source! If you want to contribute to the project, please take a look at [our contribution guidelines](CONTRIBUTING.md). -## 📦 Technical information +## 📦 Versioning Meilisearch releases and their associated binaries are available [in this GitHub page](https://github.com/meilisearch/meilisearch/releases).