You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure changelog is up to date. (This should normally be the case, but is always worth a secondary check. This can be done by looking through the commits to vMAJOR.MINOR.x stable branch since the latest tag.
Create a new unannotated tag vMAJOR.MINOR.PATCH from the latest commit to vMAJOR.MINOR.x. Do not do this via GitHub's release interface. Do not create a GitHub release (a release will be created automatically by a CI workflow). An appropriate CLI command to do this is: git checkout vMAJOR.MINOR.x && git pull --no-merge && git tag vMAJOR.MINOR.PATCH.
Right now it is only documented in my head, which is suboptimal.
The text was updated successfully, but these errors were encountered: