Skip to content

Commit 2991ffe

Browse files
Update generate_changelog.sh
1 parent ae8853c commit 2991ffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/generate_changelog.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ mkdir -p changelog/revision
1111
cp openapi/v2/openapi-*.json changelog/revision/
1212

1313
echo "Generating revision metadata file"
14+
# CLOUDP-311382: This change avoid to conside upcoming for the changelog for now.
15+
# We will revert this change once we add support for upcoming to changelog.
1416
revision_version=$(< openapi/v2/versions.json jq -r '
1517
.[] | select(. != "preview" and (endswith(".upcoming") | not))
1618
' | paste -sd ',' -)

0 commit comments

Comments
 (0)