- The commit with a new version should include just "Add version ".
- After that, you create a new tag with
git tag -a <version number>
.- The first line of the message should be the release title.
- After a one line break, a description should follow.
- After a one line break, the last thing in the message should be the link to the editor of the uploaded version.
- Once you do that,
git push
&&git push --tags
.