Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/source/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ Follow these steps to create a release:
.. code-block:: shell

$ git pull
$ git tag -a rel/x.y.z -m "Tagging release x.y.z"
$ VERSION="x.y.z"
$ git tag -a rel/$VERSION -m "Tagging release $VERSION"
$ git push --tags

- A new build for the tag should appear to `Travis`_. Once the *deploy* stage
- A new build for the tag should appear on `Travis`_. Once the *deploy* stage
has run successfully, the new version should be available on `pypi.org`_.
- The documentation on `Read The Docs`_ is automatically updated. A new version
based on the git tag is also added. Note that the default documentation version
Expand Down