File tree 5 files changed +30
-14
lines changed
5 files changed +30
-14
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,39 @@ updates:
13
13
- 3. to review
14
14
- dependencies
15
15
16
- - package-ecosystem : npm
16
+ - package-ecosystem : github-actions
17
17
directory : " /"
18
- target-branch : next
19
18
schedule :
20
- interval : daily
19
+ interval : weekly
21
20
timezone : Europe/Paris
22
21
open-pull-requests-limit : 10
23
22
labels :
24
23
- 3. to review
25
24
- dependencies
26
25
26
+ # Keep stable8 up-to-date
27
27
- package-ecosystem : github-actions
28
28
directory : " /"
29
+ target-branch : stable8
30
+ schedule :
31
+ interval : weekly
32
+ timezone : Europe/Paris
33
+ open-pull-requests-limit : 10
34
+ labels :
35
+ - 3. to review
36
+ - dependencies
37
+ - package-ecosystem : npm
38
+ directory : " /"
39
+ target-branch : stable8
29
40
schedule :
30
41
interval : weekly
31
42
timezone : Europe/Paris
32
43
open-pull-requests-limit : 10
33
44
labels :
34
45
- 3. to review
35
46
- dependencies
47
+ ignore :
48
+ # For all deps
49
+ - dependency-name : " *"
50
+ # ignore all major updates
51
+ update-types : ["version-update:semver-major"]
Original file line number Diff line number Diff line change 16
16
17
17
- [ ] ⛑️ Tests are included or are not applicable
18
18
- [ ] 📘 Component documentation has been extended, updated or is not applicable
19
- - [ ] 3️⃣ Backport to ` next ` requested with a Vue 3 upgrade
19
+ - [ ] 2️⃣ Backport bugfixes to ` stable8 ` for maintained Vue 2 version.
Original file line number Diff line number Diff line change 18
18
19
19
| Version | Target | Documentation |
20
20
| ----------------| -----------------------| -------------------------------------------------------|
21
- | v9.x [ next ] | Nextcloud 30+ (Vue 3) | https://next-- nextcloud-vue-components.netlify.app |
22
- | v8.x [ master ] | Nextcloud 28+ (Vue 2) | https://nextcloud-vue-components.netlify.app |
21
+ | v9.x [ main ] | Nextcloud 30+ (Vue 3) | https://nextcloud-vue-components.netlify.app |
22
+ | v8.x [ stable8 ] | Nextcloud 28+ (Vue 2) | https://stable8-- nextcloud-vue-components.netlify.app |
23
23
| v7.x [ stable7] | Nextcloud 25 - 27 | https://stable7--nextcloud-vue-components.netlify.app |
24
24
| v6.x [ stable6] | Nextcloud 24 - 25 | https://stable6--nextcloud-vue-components.netlify.app |
25
25
@@ -138,7 +138,7 @@ index 0e3a6a705d..416b8b0fb9 100644
138
138
139
139
## 📤 Releasing a new version
140
140
141
- - Pull the latest changes from ` master ` or ` stableX `
141
+ - Pull the latest changes from ` main ` or ` stableX `
142
142
- Checkout a new branch with the tag name (e.g ` v4.0.1 ` ): ` git checkout -b v<version> `
143
143
- Run ` npm version patch --no-git-tag-version ` (` npm version minor --no-git-tag-version ` if minor).
144
144
This will return a new version name, make sure it matches what you expect
Original file line number Diff line number Diff line change 1
1
[ ![ npm last version] ( https://img.shields.io/npm/v/@nextcloud/vue.svg?style=flat-square )] ( https://www.npmjs.com/package/@nextcloud/vue )
2
- [ ![ build status] ( https://img.shields.io/github/actions/workflow/status/nextcloud-libraries/nextcloud-vue/node.yml?style=flat-square )] ( https://github.com/nextcloud-libraries/nextcloud-vue/actions/workflows/node.yml?query=branch%3Amaster )
2
+ [ ![ build status] ( https://img.shields.io/github/actions/workflow/status/nextcloud-libraries/nextcloud-vue/node.yml?style=flat-square )] ( https://github.com/nextcloud-libraries/nextcloud-vue/actions/workflows/node.yml?query=branch%3Amain )
3
3
[ ![ Dependabot status] ( https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg?longCache=true&style=flat-square&logo=dependabot )] ( https://dependabot.com )
4
- [ ![ Test status] ( https://img.shields.io/github/actions/workflow/status/nextcloud-libraries/nextcloud-vue/npm-test.yml?style=flat-square&label=Test%20status )] ( https://github.com/nextcloud-libraries/nextcloud-vue/actions/workflows/npm-test.yml?query=branch%3Amaster )
4
+ [ ![ Test status] ( https://img.shields.io/github/actions/workflow/status/nextcloud-libraries/nextcloud-vue/npm-test.yml?style=flat-square&label=Test%20status )] ( https://github.com/nextcloud-libraries/nextcloud-vue/actions/workflows/npm-test.yml?query=branch%3Amain )
5
5
[ ![ irc] ( https://img.shields.io/badge/IRC-%23nextcloud--dev%20on%20freenode-blue.svg?style=flat-square )] ( https://webchat.freenode.net/?channels=nextcloud-dev )
6
6
7
7
<!--
19
19
20
20
| Version | Target | Documentation |
21
21
| ----------------| -----------------------| -------------------------------------------------------|
22
- | v9.x [ next ] | Nextcloud 30+ (Vue 3) | https://next-- nextcloud-vue-components.netlify.app |
23
- | v8.x [ master ] | Nextcloud 28+ (Vue 2) | https://nextcloud-vue-components.netlify.app |
22
+ | v9.x [ main ] | Nextcloud 30+ (Vue 3) | https://nextcloud-vue-components.netlify.app |
23
+ | v8.x [ stable8 ] | Nextcloud 28+ (Vue 2) | https://stable8-- nextcloud-vue-components.netlify.app |
24
24
| v7.x [ stable7] | Nextcloud 25 - 27 | https://stable7--nextcloud-vue-components.netlify.app |
25
25
| v6.x [ stable6] | Nextcloud 24 - 25 | https://stable6--nextcloud-vue-components.netlify.app |
26
26
Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ module.exports = async () => {
86
86
sections : [
87
87
{
88
88
name : 'next v9.x (Nextcloud 30+ on Vue 3)' ,
89
- href : 'https://next-- nextcloud-vue-components.netlify.app' ,
89
+ href : 'https://nextcloud-vue-components.netlify.app' ,
90
90
} ,
91
91
{
92
- name : 'current v8.x (Nextcloud 28+)' ,
93
- href : 'https://nextcloud-vue-components.netlify.app' ,
92
+ name : 'current v8.x (Nextcloud 28+ on Vue 2 )' ,
93
+ href : 'https://stable8-- nextcloud-vue-components.netlify.app' ,
94
94
} ,
95
95
{
96
96
name : 'v7.x (Nextcloud 25 - 27)' ,
You can’t perform that action at this time.
0 commit comments