You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using GitHub actions1,2, we could automatically test, build and deploy documentation and publish new releases.
Tests
If we have tests, we could run those on each push. Not sure what kind of tests would make sense for this plugin though. Maybe the following can serve for inspiration:
Using GitHub actions1,2, we could automatically test, build and deploy documentation and publish new releases.
Tests
If we have tests, we could run those on each push. Not sure what kind of tests would make sense for this plugin though. Maybe the following can serve for inspiration:
Docs
Documentation could be built using Sphinx and hosted either on ReadTheDocs or Github pages.
Releases
Python package for publishing QGIS plugins: https://github.com/opengisch/qgis-plugin-ci
Example usage in a Github action:
https://github.com/opengisch/qgis-actions-for-relations/blob/master/.github/workflows/release.yml
The text was updated successfully, but these errors were encountered: