Skip to content

Commit 3c47540

Browse files
committed
chore: add comment
1 parent e7fb48d commit 3c47540

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/release/process-release.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ async function updateOpenApiTools(
128128
}
129129
additionalProperties.packageVersion = newVersion;
130130

131+
// In case we're not releasing javascript package,
132+
// we shouldn't bump the utils version.
133+
// At that time `nextUtilsPackageVersion` is undefined, and the following branch is skipped.
131134
if (lang === 'javascript' && nextUtilsPackageVersion) {
132135
additionalProperties.utilsPackageVersion = nextUtilsPackageVersion;
133136
}

0 commit comments

Comments
 (0)