From 0bc8516b2a497a7530f5fcd005a4e54d0865c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Tue, 12 Dec 2023 04:59:46 +0100 Subject: [PATCH] add steps on how to create a new release for my future self --- docs/new-release.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/new-release.md diff --git a/docs/new-release.md b/docs/new-release.md new file mode 100644 index 0000000..64571a0 --- /dev/null +++ b/docs/new-release.md @@ -0,0 +1,8 @@ +# Create a new Release +This document contains notes for my future self on how to tag a new release for this package. + +1. run [`release-it`](https://github.com/release-it/release-it) on the local command line +2. select the release version, create a tag, push changes, and don’t create an NPM release if `release-it` is asking for it +3. go to GitHub’s release page for this [redis-github-action](https://github.com/supercharge/redis-github-action/releases) and click the "Draft a new release" button +4. select the previously created tag and use the same tag version as the release title +5. that’s it