Skip to content

Commit c6550ed

Browse files
committed
fix doc link
1 parent d0c733d commit c6550ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/automation/release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ If it's not a snapshot, you can ignore the sonatype repository.
8787
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
8888
2. Go to `openapitools.json` and update every `packageVersion` and `utilsPackageVersion` fields for the `javascript-` generators
8989
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

Comments
 (0)