We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The git part:
When current is the release, simply:
git tag -a tundra1.0.7 git push origin tundra1.0.7 git push origin tundra:release git push origin tundra:master
Or when current is already past the release:
git tag -a tundra1.0.6 ced3636af8c0758e943f69b890cf267376556157 git push origin tundra1.0.6 git push origin +tundra1.0.6~0:master git push origin +tundra1.0.6~0:release
More info about that git voodoo in http://stackoverflow.com/questions/4061481/git-push-tag-master