Skip to content

Commit

Permalink
Update release process docs re: breaking changes (#123)
Browse files Browse the repository at this point in the history
Revised the development documentation to include a step for confirming breaking
changes notes before committing version bumps. Set the release date for version
24.1 in the breaking changes log.
  • Loading branch information
douglatornell authored Jan 9, 2025
1 parent 91daa0e commit ff35bfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion SalishSeaTools/docs/pkg_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,11 @@ The release process steps are:
#. Use :command:`hatch version release` to bump the version from ``.devn`` to the next release
version identifier

#. Commit the version bump
#. Confirm that :file:`tools/docs/breaking_changes.rst` includes any relevant notes for the
version being released

#. Commit the version bump and breaking changes log update


#. Create an annotated tag for the release with :guilabel:`Git -> New Tag...` in PyCharm
or :command:`git tag -e -a vyy.n`
Expand Down
2 changes: 1 addition & 1 deletion docs/breaking_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Changes That Break Backward Compatibility

.. _BreakingChangesVersion24.1:

Version 24.1 (unreleased)
Version 24.1 (2025-01-09)
=========================

The following changes that were introduced in version 24.1 of the ``tools`` repository
Expand Down

0 comments on commit ff35bfa

Please sign in to comment.