Skip to content

Releases: opengisch/qgis-plugin-ci

2.8.2

21 Dec 08:56
bbbb5f1
Compare
Choose a tag to compare

What's Changed

Documentation 📖

  • do not publish docs for beta releases by @3nids in #241

Other Changes

New Contributors

Full Changelog: 2.8.1...2.8.2

2.8.1

01 Sep 10:36
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 2.8.0...2.8.1

2.8.0-beta2

22 Aug 05:53
829ef55
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • Fix error if asset path is not specified by @m-kuhn in #239

Full Changelog: 2.8.0-beta...2.8.0-beta2

2.8.0

31 Aug 07:02
829ef55
Compare
Choose a tag to compare

What's Changed

Features and enhancements 🎉

Other Changes

  • Return a different exit code if the upload to qgis.org has failed by @Gustry in #221
  • Fix error if asset path is not specified by @m-kuhn in #239

New Contributors

Full Changelog: 2.7.2...2.8.0

2.8.0-beta

18 Aug 08:57
d251d2e
Compare
Choose a tag to compare
Allow adding additional assets (#230)

* Allow adding additional assets

Adds a new parameter `--asset-path` or `-a` followed by a path to an additional asset to be packaged/released.

```
qgis-plugin-ci package 1.0 --asset-path myplugin/some_dependency-1.0-py3-none-any.whl
```

* check asset paths before opening tar file

---------

Co-authored-by: Denis Rouzaud <[email protected]>

2.7.2

22 Apr 18:19
2760451
Compare
Choose a tag to compare
Fix tag for pypa/gh-action-pypi-publish (#223)

v1 is not valid, release/v1 must be used instead.

2.7.1

19 Apr 08:17
d3c1ec7
Compare
Choose a tag to compare

What's Changed

Features and enhancements 🎉

Documentation 📖

Other Changes

  • use a version of pypa/gh-action-pypi-publish by @3nids in #213
  • Set encoding of request.get result to utf-8 by @signedav in #222

New Contributors

Full Changelog: 2.7.0...2.7.1

2.7.0-beta3

06 Mar 13:12
ebf60e0
Compare
Choose a tag to compare
use packages (#209)

2.7.0-beta2: fix cli (#208)

06 Mar 10:49
4f421ae
Compare
Choose a tag to compare
fix packaging for cli

2.7.0

07 Mar 06:33
9001857
Compare
Choose a tag to compare
fix TX token (#210)