From 1f3e7143d9a107627e71a621d6d14fbde6c204f0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 27 Sep 2024 11:38:05 +0200 Subject: [PATCH] document a bit better the release process --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e51b0..f7a45e7 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,9 @@ Note that using https://github.com/actions/create-github-app-token is a better o 1. Update the example in README.md 1. Update version in `package.json` 1. Run `npm i --package-lock-only` -1. Tag a new release +1. Commit and push the local changes +1. Tag a new release (vX.X.X) +1. Create a new release in github ## License