Skip to content

Commit c705f95

Browse files
committed
review feedback
1 parent 2936558 commit c705f95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/generate-sdk/generate-sdk.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,16 @@ fi
5454
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
5555
case "${LANGUAGE}" in
5656
go)
57+
# When the GENERATOR_VERSION changes, migrate also the templates in templates/go
5758
GENERATOR_VERSION="v6.6.0" # There are issues with GO SDK generation in version v7
5859
;;
5960
python)
61+
# When the GENERATOR_VERSION changes, migrate also the templates in templates/python
6062
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
6163
GENERATOR_VERSION="v7.14.0"
6264
;;
6365
java)
66+
# When the GENERATOR_VERSION changes, migrate also the templates in templates/java
6467
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
6568
GENERATOR_VERSION="v7.14.0"
6669
;;

0 commit comments

Comments
 (0)