Add major version bump classifier note

LB (Ben Johnston) 2022-05-05 11:28:07 +10:00
parent df6416bc90
commit 9feab79585
1 changed files with 5 additions and 0 deletions

@ -64,6 +64,11 @@ From the root of your checkout, run: `twine upload dist/*`
The new version should now be up on https://pypi.python.org/pypi/wagtail . The new version should now be up on https://pypi.python.org/pypi/wagtail .
### Major version bump classifier
- If this is a major version bump, ensure that the documentation is updated and there is a new classifier created in PyPI - https://pypi.org/help/#new-classifier
- Examples from Wagtail 3.0 https://github.com/wagtail/wagtail/pull/8486 & https://github.com/pypa/trove-classifiers/pull/102
## Testing the release ## Testing the release
- install it in a clean virtualenv and check that "wagtail start myproject" creates a codebase that starts successfully under vagrant - install it in a clean virtualenv and check that "wagtail start myproject" creates a codebase that starts successfully under vagrant