Skip to content

Commit fa4e118

Browse files
authored
Merge pull request #3687 from xmudrii/fix-pb-rules-2
publishing-bot: fix rules order
2 parents 63287db + bf23f40 commit fa4e118

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

staging/publishing/rules.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ rules:
88
- staging/src/github.com/kcp-dev/apimachinery
99
destination-tag-base: v2
1010
library: true
11+
- destination: code-generator
12+
branches:
13+
- name: main
14+
source:
15+
branch: main
16+
dirs:
17+
- staging/src/github.com/kcp-dev/code-generator
18+
destination-tag-base: v3
19+
library: true
1120
- destination: client-go
1221
branches:
1322
- name: main
@@ -22,15 +31,6 @@ rules:
2231
- staging/src/github.com/kcp-dev/client-go
2332
destination-tag-base: v0
2433
library: true
25-
- destination: code-generator
26-
branches:
27-
- name: main
28-
source:
29-
branch: main
30-
dirs:
31-
- staging/src/github.com/kcp-dev/code-generator
32-
destination-tag-base: v3
33-
library: true
3434
recursive-delete-patterns:
3535
- '*/.gitattributes'
3636
default-go-version: 1.24.5

0 commit comments

Comments
 (0)