Skip to content

Releasing a new version

Release version numbers should follow Semantic Versioning.

To create a new release, simply create and push a tag with the new release version number:

git tag vX.Y.Z  # for example, v1.2.3
git push --tags