Skip to content

Commit

Permalink
add steps on how to create a new release for my future self
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 12, 2023
1 parent ea9b21c commit 0bc8516
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/new-release.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0bc8516

Please sign in to comment.