Updated Releasing Tracks (textile)

dnrce 2014-09-30 11:28:56 -07:00
parent 9844d0fe6a
commit d3d24b4c2c

@ -5,6 +5,8 @@ These steps are for maintainers with commit access.
** everything in /doc ** everything in /doc
# _(Major release only)_ Create maintenance branch for release. For example: # _(Major release only)_ Create maintenance branch for release. For example:
<pre><code>git checkout -b 2.0_branch</code></pre> <pre><code>git checkout -b 2.0_branch</code></pre>
# _(Major release only)_ Update badges in README to point to the new branch (e.g. Travis)
# _(Major release only)_ Pin all gem versions using pessimistic version constraints matching the current Gemfile.lock
# Update version numbers and check copyright dates # Update version numbers and check copyright dates
** /README.md ** /README.md
** everything in /doc ** everything in /doc
@ -14,6 +16,7 @@ These steps are for maintainers with commit access.
# Tag the release: # Tag the release:
<pre><code>git tag v2.0 <pre><code>git tag v2.0
git push upstream --tags</code></pre> git push upstream --tags</code></pre>
# _(Major release only)_ Update the version
# Publicize the new release # Publicize the new release
** Post on the Tracks website ** Post on the Tracks website
** Update the IRC topic ** Update the IRC topic