We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For the tag name, we follow the format v{major}.{minor}.{patch}. For example:
v{major}.{minor}.{patch}
v1.0.0 v1.2.3-rc v1.2.3-beta
To create tags:
$ git checkout master $ git pull $ git tag v1.0.0 $ git push --tags