diff --git a/.drone.yml b/.drone.yml
index ad2e969ee..4681850a0 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,16 +1,16 @@
-clone:
- git:
- image: plugins/git
- depth: 1
+kind: pipeline
+name: vue-build
-pipeline:
- vue-build-check:
+steps:
+ - name: vue-build-check
image: node
commands:
- - ./tests/vue-build.sh ./js/notifications.js
- when:
- matrix:
- TESTS: vue-build-check
-matrix:
- include:
- - TESTS: vue-build-check
+ - ./tests/vue-build.sh ./js/notifications.js
+
+trigger:
+ branch:
+ - master
+ - stable*
+ event:
+ - pull_request
+ - push
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d5f0282f7..289d57831 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
📣 Announcement center: An announcement was posted by an admin]]>
- 2.4.1
+ 2.5.0
agpl
Joas Schilling
@@ -32,7 +32,7 @@
https://github.com/nextcloud/notifications.git
-
+