-
Find the latest tag
-
Look at changes between now and the current tag
-
Create a tag with the format
vX.Y.Z
You might be tempted to create a release through GitHub to create the tag. Don't do that. We have a GitHub workflow in place that will create a release from tags that get pushed. Create your tag with
git tag
. -
Push that tag
-
Wait for the Release on Tag to build your release.
-
Find your release and make sure things are as you expect them to be