Packaging and deployment¶
Packaging¶
This plugin is using the qgis-plugin-ci tool to perform packaging operations.
qgis-plugin-ci release 0.3.1
Release a version¶
Using GitLab CI¶
Fillfull the
CHANGELOG.md
Apply a git tag with the relevant version:
git tag -a 0.3.0 {git commit hash} -m "September 2019"
Push tag to master