From 007bc9b01b6ef58f13f213163b4f4825b67c0f7a Mon Sep 17 00:00:00 2001 From: oleiade Date: Fri, 17 Nov 2023 10:27:31 +0100 Subject: [PATCH] Add missing release process steps --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 255d4c0..624212c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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