diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e198bc5a..a238f1ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,8 @@ package-zip: package ${VERSION} --plugin-repo-url https://packages.3liz.org/pub/${FACTORY_PRODUCT_NAME}-qgis-plugin/${STATUS}/ # For infraV2 infraV3 - - cp ${FACTORY_PRODUCT_NAME}.${VERSION}.zip lizmap_server.${CI_COMMIT_REF_NAME}.zip + # On a tag, the zip will be the existing already + - cp ${FACTORY_PRODUCT_NAME}.${VERSION}.zip lizmap_server.${CI_COMMIT_REF_NAME}.zip || true tags: - infrav3-plain artifacts: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aaf76cb..2a6674b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.2.0 - 2022-10-03 + * Improvement about the filtering by polygon (use a QGIS expression when possible) * Add a new option to use the centroid for the filtering by polygon. Available in the 3.10.0 version of desktop plugin. * Fix an issue when fetching information from `metadata.txt` in QGIS Server plugins