Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 728 Bytes

RELEASING.rst

File metadata and controls

16 lines (13 loc) · 728 Bytes

Preparing a Release

The following steps are needed to prepare a release:

  1. Make sure the VERSION in django_redis/__init__.py has been updated.
  2. Run towncrier build to update the CHANGELOG.rst with the news fragments for the release.
  3. Commit the changes for steps 1 and 2.
  4. Tag the commit with the same version as specified for VERSION in step 1.
  5. Wait for the release action to complete, which will upload the package to django-redis jazzband, and when it's complete you can then release the package to PyPI.