diff --git a/BUILD.rst b/BUILD.rst index a181799..fdd47ba 100644 --- a/BUILD.rst +++ b/BUILD.rst @@ -14,7 +14,7 @@ Creating releases 2. Create tag:: - VERSION=x.y + VERSION=x.y # Set this!! git tag -a -m "Release $VERSION" $VERSION git push --tags