Skip to content

Commit

Permalink
chore(docs): Recommend yarn instead of for cutting doc versions (#3293
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Savio-Sou authored Oct 25, 2023
1 parent e12d2da commit 39f03e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ In the docs folder, you'll find the current, unreleased version, which we call `
While the versioning is intended to be managed by the core maintainers, we feel it's important for external contributors to understand why and how is it maintained. To bump to a new version, run the following command, replacing with the intended version:

```bash
npm run docusaurus docs:version <new_version_tag>
yarn docusaurus docs:version <new_version_tag>
```

This should create a new version by copying the docs folder and the sidebars.js file to the relevant folders, as well as adding this version to versions.json.
Expand Down

0 comments on commit 39f03e4

Please sign in to comment.