Skip to content

Commit f37621f

Browse files
authored
Merge pull request #3698 from xmudrii/pb-cli
Add publishing-bot rules for CLI
2 parents ed4d296 + 6c84408 commit f37621f

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
@@ -45,6 +45,20 @@ rules:
4545
- staging/src/github.com/kcp-dev/sdk
4646
destination-tag-base: v0
4747
library: true
48+
- destination: cli
49+
branches:
50+
- name: main
51+
dependencies:
52+
- repository: client-go
53+
branch: main
54+
- repository: sdk
55+
branch: main
56+
source:
57+
branch: main
58+
dirs:
59+
- staging/src/github.com/kcp-dev/cli
60+
destination-tag-base: v0
61+
library: true
4862
recursive-delete-patterns:
4963
- '*/.gitattributes'
5064
default-go-version: 1.24.5

0 commit comments

Comments
 (0)