Contributing#
Tags, publication, packaging#
Tags and version numbers must follow SemVer convention.
To publish a new release, you must:
- edit the
pyproject.toml, change theversionnumber and commit - add a new tag (it can be different that the version written in the file.)
- push to Github (changes and tag)
Every tag pushed to Github will trigger a workflow dispach which will allow to create a Github release with a package for this version:
- In the project Github repository, go to the tab
Actions, menuRelease, press the buttonRun workflowsand check the needed options among: - Execute dry run
- Publish to qgis.org
then
Run workflow
Documentation#
The documentation is using MkDocs with Material :
1 2 | |