There was an error while loading. Please reload this page.
2 parents ed4d296 + 6c84408 commit f37621fCopy full SHA for f37621f
1 file changed
staging/publishing/rules.yaml
@@ -45,6 +45,20 @@ rules:
45
- staging/src/github.com/kcp-dev/sdk
46
destination-tag-base: v0
47
library: true
48
+ - destination: cli
49
+ branches:
50
+ - name: main
51
+ dependencies:
52
+ - repository: client-go
53
+ branch: main
54
+ - repository: sdk
55
56
+ source:
57
58
+ dirs:
59
+ - staging/src/github.com/kcp-dev/cli
60
+ destination-tag-base: v0
61
+ library: true
62
recursive-delete-patterns:
63
- '*/.gitattributes'
64
default-go-version: 1.24.5
0 commit comments