Skip to content

Commit 83ac4fd

Browse files
authored
update breakingchange config (#34647)
1 parent 6abeaba commit 83ac4fd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

swagger_to_sdk_config.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
"generationCallMode": "one-for-all-configs",
55
"breakingChangeTracking": true
66
},
7-
87
"initOptions": {
98
"initScript": {
109
"path": "sh scripts/automation_init.sh"
1110
}
1211
},
13-
1412
"generateOptions": {
1513
"generateScript": {
1614
"path": "sh scripts/automation_generate.sh",
@@ -21,7 +19,10 @@
2119
"showInComment": "^\\[Autorest\\]"
2220
}
2321
},
24-
2522
"parseGenerateOutput": true
23+
},
24+
"packageOptions": {
25+
"breakingChangeLabel": "CI-BreakingChange-Python",
26+
"breakingChangesLabel": "BreakingChange-Python-Sdk"
2627
}
27-
}
28+
}

0 commit comments

Comments
 (0)