Simply push a version-like tag, that is a tag like X.Y.Z
or vX.Y.Z
, where:
X
is the major versionY
is the minor versionZ
is the patch version
For example, valid tags are 1.2.3
or v1.2.3
.
The Create draft release
GitHub Action will create a draft release.
In order to actally publish it:
- go to the releases page
- edit the newly created draft release
- optionally update the release notes that have been generated automatically
- publish it