Skip to content

Commit

Permalink
Add missing release process steps
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Nov 17, 2023
1 parent 37eddb3 commit 007bc9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ 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. Run the `npm run webpack` command to ensure the build system produces the latest distributable files.
4. Search and replace every occurences of the previous version in the `README.md` file with the new version.
5. Search and replace every occurences of the previous version in the `/examples` directory with the new version.

### Create a tag and GitHub version

Expand Down

0 comments on commit 007bc9b

Please sign in to comment.