diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 41c7922..e1fe0f9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +Project Git instructiosn 6.x-1.x, 2011-04-20 +-------------------------------------------- +- Default direction updates + * Issue #1127494 by eliza411, Fixed Git instructions for creating branches and tags is missing step about creating release nodes + Project Git instructions 6.x-1.x, 2011-03-24 -------------------------------------------- - Default direction updates diff --git a/project_git_instructions.module b/project_git_instructions.module index 7cd4632..7ba720b 100644 --- a/project_git_instructions.module +++ b/project_git_instructions.module @@ -457,6 +457,7 @@ This creates and checks out a new branch in one command. git tag 7.x-1.0
git push origin 7.x-1.0
+

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

EOT; return $default; }