Skip to content

Commit

Permalink
Fix #1451: Update the release process description
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 20, 2023
1 parent 4679e92 commit 4327031
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ Prior to a release, the English ``.po`` file must be updated with ``make
translatable_strings`` and pushed to Transifex. Once translators have done
their job, ``.po`` files must be downloaded with ``make update_translations``.

To publish a release you have to be a `django-debug-toolbar project lead at
Jazzband <https://jazzband.co/projects/django-debug-toolbar>`__.

The release itself requires the following steps:

#. Update supported Python and Django versions:
Expand All @@ -172,9 +175,9 @@ The release itself requires the following steps:

#. Tag the new version.

#. ``tox -e packaging``.

#. Push the commit and the tag.

#. Publish the release from the Jazzband website.

#. Change the default version of the docs to point to the latest release:
https://readthedocs.org/dashboard/django-debug-toolbar/versions/

0 comments on commit 4327031

Please sign in to comment.