Release Workflow
To release the plugin, please follow these steps:
- Update
metadata.txtchanging the version and add changelog - The working branch to be released should be
masterbranch. If you want to release from thedevelopbranch (in case that you don’t have any new features in develop that you want to release), please make a PR tomasterbranch first. - Run
make release. This will create a package, release tag version to github, and publish the plugin toplugin.qgis.org. - Voila, the new version of the plugin should be published! Please check in your QGIS if you can upgrade the plugin without problems.
- Make a release on Github and highlight all the new features and fixes on the new version