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
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ First of all, thank you for contributing to Meilisearch! The goal of this docume
34
34
35
35
To run this project, you will need:
36
36
37
-
- Node >= v18 and Node <= 22
37
+
- Node >= v20 and Node <= 22
38
38
- Yarn v1.x
39
39
40
40
### Setup
@@ -125,12 +125,6 @@ Make a PR modifying the following files with the right version:
125
125
"version":"X.X.X",
126
126
```
127
127
128
-
[`src/package-version`](/src/package-version.ts)
129
-
130
-
```javascript
131
-
exportconstPACKAGE_VERSION='X.X.X'
132
-
```
133
-
134
128
#### Github publish
135
129
136
130
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/meilisearch-js/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`.
0 commit comments