Skip to content

Commit

Permalink
Merge pull request #221 from GIScience/fix-metadata-changelog
Browse files Browse the repository at this point in the history
fix metadata changelog
  • Loading branch information
TheGreatRefrigerator authored Jan 15, 2024
2 parents e594923 + 4a7de7b commit a0e717b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ RELEASING:
8. Commit changes with `git commit -m 'chore: release vX.X.X'`
9. Tag the commit `git tag -a vX.X.X -m "vX.X.X"`
10. Push release commit and tag 'git push && git push origin vX.X.X'
11. In repository root generate the plugin package: `zip -r ORStools-vX.X.X.zip ORStools -x "*__pycache__*"`
12. Upload the package to https://plugins.qgis.org/plugins/ORStools/ (Manage > Add Version)
13. Create new release in GitHub with tag version and release title of `vX.X.X`
11. Make sure that your branch is up to date with 'origin/main' and there are no unstaged changes
12. In repository root generate the plugin package: `zip -r ORStools-vX.X.X.zip ORStools -x "*__pycache__*" "*.ruff_cache*"`
13. Upload the package to https://plugins.qgis.org/plugins/ORStools/ (Manage > Add Version)
14. Create new release in GitHub with tag version and release title of `vX.X.X`
-->


Expand Down
5 changes: 2 additions & 3 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ email=support@openrouteservice.heigit.org
about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations.

changelog=2023/01/15 v1.7.1
Fixed
- multiple minor issues regarding compatibility with older QGIS versions

Fixed
- multiple minor issues regarding compatibility with older QGIS versions

Complete changelog of all versions: https://github.com/GIScience/orstools-qgis-plugin/blob/main/CHANGELOG.md
Wiki: https://github.com/GIScience/orstools-qgis-plugin/wiki
Expand Down

0 comments on commit a0e717b

Please sign in to comment.