.. _releases: Making a New Release ==================== When making a new release of ``nc-time-axis``, it is best to follow these steps. Note these are a trimmed-down version of the `release steps for the Iris package `_. 1. Create a release branch in the `SciTools/nc-time-axis repository `_ with the name ``v{major release number}.{minor release number}.x``. This branch will be used to make any final changes prior to the release. It will be merged back into the ``main`` branch once the release is complete. 2. Check that the :ref:`release_notes` have been fully updated for the new release. This includes adding a date for the new release where it currently says "unreleased." This can also include formatting and other minor content updates. 3. `Create a new tag in the GitHub `_ repository for the new release. This should have the same name as the release branch. 4. Building, testing and publishing the ``sdist`` and binary ``wheel`` to `PyPI `_ is performed automatically when the release is tagged. Check the ``nc-time-axis`` `GitHub Actions `_ to ensure this has completed successfully. 5. Uploading the release to PyPI should trigger an automatic pull request to the `conda-forge/nc_time_axis-feedstock `_ repository. Review this pull request, make changes if necessary, and then merge it. 6. Ensure the documentation has been built properly on `Read the Docs `_ and that the new release is an "active version." 7. Update the :ref:`release_notes` page to include a blank section for the next release. 8. Merge the release branch into ``main``, but leave it available in case any point releases are needed. 9. Only delete / archive this release branch once no more bug fixes are needed and the next minor release is being planned using a new branch.