Releasing¶
Version Policy¶
django-docutils is pre-1.0. Minor version bumps may include breaking changes.
Users should pin to >=0.x,<0.y.
Release Process¶
Releases are triggered by git tags and published to PyPI via trusted publishing.
Update
CHANGESwith the release notesBump version in
src/django_docutils/__about__.pyCommit:
$ git commit -m "django-docutils <version>"
Tag:
$ git tag v<version>
Push:
$ git push && git push --tags