test release v1.0.0.1
This commit is contained in:
parent
4ab0d5bba5
commit
69cd73b348
@ -5,15 +5,16 @@ stages:
|
||||
|
||||
image: node:latest
|
||||
|
||||
Compile:
|
||||
compiling:
|
||||
stage: compiling
|
||||
script:
|
||||
- npm install
|
||||
- make build-js
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
Pack:
|
||||
packaging:
|
||||
stage: packaging
|
||||
script:
|
||||
- apt update
|
||||
@ -26,11 +27,11 @@ Pack:
|
||||
paths:
|
||||
- build/artifacts/radio.tar.gz
|
||||
|
||||
Publish Stable:
|
||||
publishing:
|
||||
stage: publishing
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
needs:
|
||||
- job: Pack
|
||||
- job: packaging
|
||||
artifacts: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
@ -8,6 +8,8 @@
|
||||
[#206](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/206) @onny
|
||||
- Support older browser CSS with autoprefix
|
||||
[#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
|
||||
### Added
|
||||
|
Loading…
Reference in New Issue
Block a user