Skip to content

Commit

Permalink
Re-update the CONTRIBUTING.md docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Jan 8, 2024
1 parent c789438 commit 51a160b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ In a PR:

1. Bump the version in the `package.json` file.
2. Run the `npm update` command to update the `package-lock.json` file.
3. Search and replace every occurrence of the previous version in the `README.md` file with the new version.
4. Search and replace every occurrence of the previous version in the `/examples` directory with the new version.
3. Run the `npm run webpack` command to ensure the build system produces the latest distributable files.
4. Search and replace every occurrence of the previous version in the `README.md` file with the new version.
5. Search and replace every occurrence of the previous version in the `/examples` directory with the new version.

### Create a tag and GitHub version

Expand Down

0 comments on commit 51a160b

Please sign in to comment.