From dd95d78c938e939c36ac41e6af6edbb12764ca61 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 8 Mar 2023 22:55:59 +0100 Subject: [PATCH] document how to update a release --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3f308db..0f72c8c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ Just copy and paste the following in your GitHub action: run: ${SCCACHE_PATH} --show-stats ``` +## Prepare a new release + +1. Update README.md in the examplee +1. Update version in `package.json` +1. Run `npm i --package-lock-only` +1. Tag a new release + ## License Apache-2.0 (just like sccache)