From 9844d0fe6a80f90ab9edde7a6a0f11ecebaf2d45 Mon Sep 17 00:00:00 2001 From: dnrce Date: Tue, 30 Sep 2014 11:25:49 -0700 Subject: [PATCH] Updated Releasing Tracks (textile) --- Releasing-Tracks.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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