604 B
604 B
Create a new Release
This document contains notes for my future self on how to tag a new release for this package.
- run
release-it
on the local command line - select the release version, create a tag, push changes, and don’t create an NPM release if
release-it
is asking for it - go to GitHub’s release page for this redis-github-action and click the "Draft a new release" button
- select the previously created tag and use the same tag version as the release title
- that’s it