diff --git a/project_git_instructions.module b/project_git_instructions.module index d80af99..d44d4a5 100644 --- a/project_git_instructions.module +++ b/project_git_instructions.module @@ -495,7 +495,7 @@ This creates and checks out a new branch in one command.
git checkout 7.x-1.x
git tag 7.x-1.0
-git push origin 7.x-1.0
+git push --tags

Once you've pushed the properly formed tag or branch, see Creating a project release for directions to actually create the release node.

EOT;