forked from kcp-dev/kcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.yaml
More file actions
66 lines (66 loc) · 1.59 KB
/
Copy pathrules.yaml
File metadata and controls
66 lines (66 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
rules:
- destination: apimachinery
branches:
- name: main
source:
branch: main
dirs:
- staging/src/github.com/kcp-dev/apimachinery
destination-tag-base: v2
library: true
- destination: code-generator
branches:
- name: main
source:
branch: main
dirs:
- staging/src/github.com/kcp-dev/code-generator
destination-tag-base: v3
library: true
- destination: client-go
branches:
- name: main
dependencies:
- repository: apimachinery
branch: main
- repository: code-generator
branch: main
source:
branch: main
dirs:
- staging/src/github.com/kcp-dev/client-go
destination-tag-base: v0
library: true
- destination: sdk
branches:
- name: main
dependencies:
- repository: apimachinery
branch: main
- repository: client-go
branch: main
source:
branch: main
dirs:
- staging/src/github.com/kcp-dev/sdk
destination-tag-base: v0
library: true
- destination: cli
branches:
- name: main
dependencies:
- repository: client-go
branch: main
- repository: sdk
branch: main
source:
branch: main
dirs:
- staging/src/github.com/kcp-dev/cli
destination-tag-base: v0
library: true
recursive-delete-patterns:
- '*/.gitattributes'
default-go-version: 1.24.5
skip-tags: false
skip-non-semver-tags: true