Skip to content

Commit

Permalink
Release 1.0.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonalai committed Mar 25, 2021
1 parent 643085b commit 21cb7a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
# When osgeo upload is wanted: --osgeo-username usrname --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
# When Transifex is wanted: --transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
- name: Deploy plugin
run: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update --osgeo-username ${{ secrets.OSGEO_USERNAME }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
run: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
* Multithreading support
* <a href="https://github.com/UnfoldedInc/qgis-plugin/compare/1.0.0-rc1...1.0.0">Full Changelog</a>

### 1.0.1-rc1 - 25/03/2021

* Changed CSV separator to comma
* Improved UI
* <a href="https://github.com/UnfoldedInc/qgis-plugin/compare/1.0.0...1.0.1-rc1">Full Changelog</a>

###

0 comments on commit 21cb7a4

Please sign in to comment.