Skip to content

Commit dd01efe

Browse files
committed
Add publishing-bot rules for sdk
On-behalf-of: @SAP [email protected] Signed-off-by: Marko Mudrinić <[email protected]>
1 parent 01e670f commit dd01efe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

staging/publishing/rules.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ rules:
3131
- staging/src/github.com/kcp-dev/client-go
3232
destination-tag-base: v0
3333
library: true
34+
- destination: sdk
35+
branches:
36+
- name: main
37+
dependencies:
38+
- repository: apimachinery
39+
branch: main
40+
- repository: client-go
41+
branch: main
42+
source:
43+
branch: main
44+
dirs:
45+
- staging/src/github.com/kcp-dev/sdk
46+
destination-tag-base: v0
47+
library: true
3448
recursive-delete-patterns:
3549
- '*/.gitattributes'
3650
default-go-version: 1.24.5

0 commit comments

Comments
 (0)