Skip to content

Commit

Permalink
Fix formatting of the the release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdhicks committed Sep 20, 2016
1 parent dbc95a1 commit 45d06a4
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/about/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,31 @@
Release Process
===============

#. Pick a release name for the next version.
#. Pick a release name for the next version
Releases are versioned using the ``major.minor.bugfix`` numbering system.

#. Update the release notes on the :ref:`whats_new` page.
#. Update the release notes on the :ref:`whats_new` page
Check the git log for changes since the last release.

#. Check that Travis_ and readthedocs_ are passing (ie. have also finished running!) for the latest commit.
#. Check that Travis_ and readthedocs_ are passing for the latest commit
Make sure that the tests have finished running!

#. Tag the branch.
#. Tag the branch
Use the format of ``datacube-major.minor.bugfix``.

#. Merge changes leading up to the release into the `stable` branch
This will also update the `stable` docs

#. Draft a new release on the Datacube_ GitHub repository.
#. Draft a new release on the Datacube_ GitHub repository
Include the items added to the release notes in step 2.

#. Mark the version as released in Jira_.
#. Mark the version as released in Jira_
Move any open issues to the next version.

#. Install the datacube module on `raijin`.
Follow the instructions on installing the Data Cube module on the `Datacube Environment`_ repository.
#. Install the datacube module on `raijin`
Follow the instructions on installing the **Data Cube** module on the `Datacube Environment`_ repository.

#. Notify the community of the release using the Datacube Central mailing list.
#. Notify the community of the release using the Datacube Central mailing list
Ask Simon Oliver for the MailChimp details.

.. _Travis: https://travis-ci.org/data-cube/agdc-v2
Expand Down

0 comments on commit 45d06a4

Please sign in to comment.