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: .github/ISSUE_TEMPLATE/central_issue.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: New central issue
3
3
about: ⚠️ Should only be used by the internal Meili team ⚠️
4
4
title: 'Changes related to Meilisearch v1.Y.0'
5
5
labels: 'Meilisearch bump'
6
-
assignees: 'curquiza, brunoocasali'
6
+
assignees: 'curquiza, brunoocasali', 'Strift'
7
7
---
8
8
9
9
This issue gathers the changes related to the v1.Y.0 of Meilisearch that will impact the integrations scope.
@@ -15,8 +15,8 @@ This issue gathers the changes related to the v1.Y.0 of Meilisearch that will im
15
15
### Pre-release
16
16
17
17
-[ ] With the help of the [changelog](https://github.com/meilisearch/engine-team/pulls) & [this CI](https://github.com/meilisearch/meilisearch/actions/workflows/sdks-tests.yml), define which integrations should be updated and how (New feature? Update README? Update tests?)
18
-
-[ ]**Fill in** the "What to implement?" section below in this issue 👇. Minial implementation: PHP, JS, Instant-meilisearch.
19
-
-[ ] Open implementation issues in repositories that need implementation.
18
+
-[ ]**Fill in** the "What to implement?" section below in this issue 👇. Minial implementation: PHP, JS, meilisearch-js-plugins.
19
+
-[ ] Open implementation issues in repositories that need implementation (if necessary for developers who will work on the tasks).
20
20
-[ ] Discuss with the Product team if needed. At least share this issue to let them know about the decisions.
21
21
-[ ] Create a branch by running [Octopus script](https://github.com/meilisearch/integration-automations/tree/main/octopus): only open branches for the integrations we choose to update (defined in the previous step) + Kubernetes repository + Cloud provider repository (changing the version)
22
22
-[ ] Update integrations according to the decisions (cf "What to implement?" section below in this issue 👇)
@@ -32,7 +32,7 @@ This issue gathers the changes related to the v1.Y.0 of Meilisearch that will im
32
32
-[ ] Release the integrations or only merge the related PRs (sometimes a release is not needed)
33
33
-[ ] JS
34
34
-[ ] PHP
35
-
-[ ]Instant-meilisearch (at least update meilisearch-js version)
35
+
-[ ] meilisearch-js-plugins (at least update meilisearch-js version)
36
36
-[ ] ... TBD
37
37
-[ ] Merge the related PR in [K8s repository](https://github.com/meilisearch/meilisearch-kubernetes/pulls)
0 commit comments