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: website/docs/automation/release-process.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,5 +87,5 @@ If it's not a snapshot, you can ignore the sonatype repository.
87
87
1.[Get an NPM `publish` token](https://www.npmjs.com/settings/YOUR_USER_NAME/tokens) and put it in your `.env` file at the root of the repository
88
88
2. Go to `openapitools.json` and update every `packageVersion` and `utilsPackageVersion` fields for the `javascript-` generators
89
89
3. Run and build the JavaScript clients `yarn docker generate javascript && yarn docker build clients javascript`
90
-
4. Update the [JavaScript CTS package](https://github.com/algolia/api-clients-automation/tree/main/tests/output/javascript/package.json) and the [playground package]([JavaScript CTS package](https://github.com/algolia/api-clients-automation/tree/main/playground/javascript/node/package.json))
91
-
5. Go to each folder of the packages, at the `package.json` level (e.g. [here](`https://github.com/algolia/api-clients-automation/tree/main/clients/algoliasearch-client-javascript/packages/algoliasearch/`)) and run `npm publish --access public`
90
+
4. Update the [JavaScript CTS package](https://github.com/algolia/api-clients-automation/blob/main/tests/output/javascript/package.json) and the [playground package]([JavaScript CTS package](https://github.com/algolia/api-clients-automation/blob/main/playground/javascript/node/package.json))
91
+
5. Go to each folder of the packages, at the `package.json` level (e.g. [this folder](https://github.com/algolia/api-clients-automation/tree/main/clients/algoliasearch-client-javascript/packages/algoliasearch/)) and run `npm publish --access public`
0 commit comments