From ef6cdce4a16b1be65cc9ddf7a5ad644290b38a2c Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Wed, 23 Oct 2024 09:40:05 +0100 Subject: [PATCH] Add note in README about release process --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85d7374..1845006 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,8 @@ to ensure your development copy loads the local version of this package. When you're ready, create a PR on this repository. Once it is merged into main, run `npm update` in the two applications to pull the latest `main`, and create PRs for the changes to `package-lock.json`. Once they are merged and deployed, the latest changes will be used. + +## Releasing + +- Update the version number in `package.json` +- Tag the new release in GitHub