The release process is run with github actions. To release a new version:
-
Update the version number in
wagtail_jotform/__init__.py
-
Update the changelog in
docs/CHANGELOG.md
-
Commit and push the changes
-
Create a new release in github, with the tag name
X.X.X
and the release titleX.X.X
-
The release will be built and published to pypi automatically