Skip to content

Commit

Permalink
update release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa authored Jan 25, 2022
1 parent 339870f commit c24aed4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Procedure:

1. check CI status testing result: https://github.com/beproud/bpcommons/actions
2. update release version/date in ``ChangeLog.rst``
3. tagging version e.g. ``git tag v0.40``.
4. run ``python setup.py release sdist bdist_wheel``
3. run ``python setup.py release sdist bdist_wheel``
4. check ``twine check dist/*``
5. upload ``twine upload dist/*``
6. check PyPI page: https://pypi.org/p/beproud.django.commons/
7. bump versions and commit/push them onto GitHub
6. tagging version e.g. ``git tag v0.40``.
7. check PyPI page: https://pypi.org/p/beproud.django.commons/
8. bump versions and commit/push them onto GitHub

* ``ChangeLog.rst`` next version
* ``bpcommons/beproud/django/commons/__init__.py`` next version

0 comments on commit c24aed4

Please sign in to comment.