Skip to content

Commit

Permalink
Release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 11, 2024
1 parent c4f8df1 commit 13b498a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,22 @@ build the Sphinx documentation
.. _cubed: https://cubed-dev.github.io/cubed/
.. _dask: https://www.dask.org/
.. _zarr: https://zarr.dev/

Release Process
---------------

For a new version number, say ``0.2.0``, perform the following operations
on the ``main`` branch:

1. Edit `doc/source/changelog.rst` to reflect the new version.
2. Run

.. code-block:: bash
$ tbump --dry-run 0.2.0
3. If 2. succeeds, run

.. code-block:: bash
$ tbump 0.2.0

0 comments on commit 13b498a

Please sign in to comment.