test release v1.0.0.1

This commit is contained in:
Jonas Heinrich 2020-11-27 10:49:38 +01:00
parent 4ab0d5bba5
commit 69cd73b348
2 changed files with 7 additions and 4 deletions

View File

@ -5,15 +5,16 @@ stages:
image: node:latest image: node:latest
Compile: compiling:
stage: compiling stage: compiling
script: script:
- npm install
- make build-js - make build-js
cache: cache:
paths: paths:
- node_modules/ - node_modules/
Pack: packaging:
stage: packaging stage: packaging
script: script:
- apt update - apt update
@ -26,11 +27,11 @@ Pack:
paths: paths:
- build/artifacts/radio.tar.gz - build/artifacts/radio.tar.gz
Publish Stable: publishing:
stage: publishing stage: publishing
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
needs: needs:
- job: Pack - job: packaging
artifacts: true artifacts: true
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG

View File

@ -8,6 +8,8 @@
[#206](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/206) @onny [#206](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/206) @onny
- Support older browser CSS with autoprefix - Support older browser CSS with autoprefix
[#208](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/208) @onny [#208](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/208) @onny
- Fix build and packaging with Gitlab CI
[#118](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/118) @onny
## 1.0.0 - 2020-11 ## 1.0.0 - 2020-11
### Added ### Added