Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 28, 2020
1 parent ec9d2e2 commit ad11b6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,22 @@ jobs:
include:
- stage: Deploy
if: tag IS present
condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+"
name: Create release, publish on plugins.qgis.org
name: Create release
install:
- pip3 install qgis-plugin-ci==1.8.4
before_deploy:
- export RELEASE_TITLE=${TRAVIS_TAG:1}
- qgis-plugin-ci changelog $TRAVIS_TAG > ../release.md
- cat ../release.md
script:
- qgis-plugin-ci -v
deploy:
- provider: releases
edge: true
file: "."
name: "${RELEASE_TITLE}"
api_key: "${GH_TOKEN}"
file: .
name: ${RELEASE_TITLE}
release_notes_file: ../release.md
token: ${GH_TOKEN}
on:
tags: true

Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# CHANGELOG

### 1.3.0 - 28/04/2020
### v1.4.0 - 28/09/2020

* Refactor the code
* Fix issue about Excel files
* Remove the use of deprecated code

### v1.3.0 - 28/04/2020

* Enable GPX export
* Small code review

### 1.2.3 - 19/03/2020
### v1.2.3 - 19/03/2020

* Add empty class for QGIS Desktop
* OGR loads schema when reading GML
Expand Down

0 comments on commit ad11b6b

Please sign in to comment.