From ebde9b5a3f9066e4d44955dbc6d49be85fb6df69 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 8 Feb 2021 14:55:59 +0100 Subject: [PATCH] 0.0.11 Signed-off-by: Julien Veyssier --- .github/workflows/release.yml | 5 +++-- CHANGELOG.md | 7 +++++++ appinfo/info.xml | 4 ++-- makefile | 4 ++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b56c61c..7aec6b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,13 @@ on: push: - branches: [master] + branches: [release] name: Publish release jobs: build: name: Build, upload and release in the appstore + environment: release env: APP_ID: integration_gitlab runs-on: ubuntu-latest @@ -45,7 +46,7 @@ jobs: php ~/html/nextcloud/occ maintenance:mode --off cd ~/html/nextcloud/apps/${APP_ID} echo "###### npm install" - npm install + npm ci echo "###### npm run build" npm run build echo "###### make appstore" diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b4c2b..faf9710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## 0.0.11 – 2021-02-08 +### Changed +- bump max NC version + +### Fixed +- dialogs style import + ## 0.0.10 – 2021-01-18 ### Fixed - Popover scroll issue diff --git a/appinfo/info.xml b/appinfo/info.xml index 08bbbb1..46d6be2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Integration of GitLab software development management service - 0.0.10 + 0.0.11 agpl Julien Veyssier Gitlab @@ -21,7 +21,7 @@ pgsql sqlite mysql - + OCA\Gitlab\Settings\Admin diff --git a/makefile b/makefile index e127ca7..8bec3ba 100644 --- a/makefile +++ b/makefile @@ -47,12 +47,12 @@ endif .PHONY: npm npm: - $(npm) install + $(npm) ci $(npm) run build .PHONY: npm-dev npm-dev: - $(npm) install + $(npm) ci $(npm) run dev clean: