Skip to content

Commit

Permalink
Update release process for post-1.9.0 release. (#1691)
Browse files Browse the repository at this point in the history
* Update release process for post-1.9.0 release.

* Update release process for post-1.9.0 release.
  • Loading branch information
SpacemanPaul authored Dec 19, 2024
1 parent 19507da commit dade6d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/about/release_process.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release Process
***************

#. Decide to do a release, and check with regular contributors on `Discord <https://discord.com/invite/4hhBQVas5U>`_ that
they don't have anything pending.
#. Decide to do a release, and check with regular contributors on `Discord <https://discord.com/invite/4hhBQVas5U>`_
that they don't have anything pending.

#. Ensure version pins in setup.py and conda-environment.yml are in sync and up to date.

Expand All @@ -15,10 +15,16 @@ Release Process
#. Wait for the **conda-forge** bot to notice the new PyPI version and create a PR against
`the conda-forge datacube feedstock <https://github.com/conda-forge/datacube-feedstock/pulls>`_

#. Merge the `PR created by the conda-forge <https://github.com/conda-forge/datacube-feedstock/pulls>`_ bot to create a
#. Fix any errors and merge the
`PR created by the conda-forge <https://github.com/conda-forge/datacube-feedstock/pulls>`_ bot to create a
new `conda-forge release <https://anaconda.org/conda-forge/datacube>`_.

#. Manually update the ``stable`` branch via a PR from ``develop``.
#. Manually update the ``stable`` branch:

- git checkout <release tag>
- git push --force origin stable

#. Post release announcements on Slack, Discord, and social media platforms.

#. Kick back, relax, and enjoy a tasty beverage.

Expand Down
1 change: 1 addition & 0 deletions docs/about/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ v1.9.next

- API autodocs cleanup (:pull:`1688`)
- Further metadata fix for new lineage API (:pull:`1690`)
- Update release process ready for post-1.9.0 release (:pull:`1691`)

v1.9.0-rc13 (16th December 2024)
===============================
Expand Down

0 comments on commit dade6d7

Please sign in to comment.