diff --git a/Releasing-Tracks.textile b/Releasing-Tracks.textile
index f95cdef..ea17d73 100644
--- a/Releasing-Tracks.textile
+++ b/Releasing-Tracks.textile
@@ -9,7 +9,8 @@ These steps are for maintainers with commit access.
** /README.md
** everything in /doc
** /config/initializers/tracks.rb (comment out the git date)
-# _(Major release only)_ Push new branch to upstream: git push upstream 2.0_branch
+# _(Major release only)_ Push new branch to upstream:
+
git push upstream 2.0_branch
# Tag the release:
git tag v2.0
git push upstream --tags