Updated Releasing Tracks (textile)

dnrce 2014-09-30 11:25:49 -07:00
parent 3b6e840923
commit 9844d0fe6a

@ -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: <code>git push upstream 2.0_branch</code>
# _(Major release only)_ Push new branch to upstream:
<pre><code>git push upstream 2.0_branch</code></pre>
# Tag the release:
<pre><code>git tag v2.0
git push upstream --tags</code></pre>