Skip to content

Commit 1ea784b

Browse files
committed
update publishing rules
On-behalf-of: @SAP [email protected]
1 parent d6c8bf2 commit 1ea784b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

staging/publishing/rules.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ rules:
1515
branch: main
1616
dirs:
1717
- staging/src/github.com/kcp-dev/client-go
18-
destination-tag-base: v2
18+
destination-tag-base: v0
19+
library: true
20+
- destination: code-generator
21+
branches:
22+
- name: new-kcp-1.33.3
23+
source:
24+
branch: main
25+
dirs:
26+
- staging/src/github.com/kcp-dev/code-generator
27+
destination-tag-base: v3
1928
library: true
2029
recursive-delete-patterns:
2130
- '*/.gitattributes'

0 commit comments

Comments
 (0)