Skip to content

Conversation

@stof
Copy link
Member

@stof stof commented Oct 25, 2025

The refresh script was computing the level variable based on the kind of changes in the changelog of the unreleased version, and was later reinitializing the variable, losing that info.

This fixes the issue detected in #1964

The refresh script was computing the level variable based on the kind of
changes in the changelog of the unreleased version, and was later
reinitializing the variable, losing that info.
@stof stof requested a review from jderusse October 25, 2025 12:12
exit(1);
}
$parts = explode('.', $lastPackageVersion);
$level = 1;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this variable is initialized as 1 on line 242. Then, it is updated on line 246 to a value of 0 in case we have changes requiring a major version. But this was lost due to this line.

@jderusse jderusse merged commit f50cbe9 into async-aws:master Oct 25, 2025
17 checks passed
@jderusse
Copy link
Member

thank you @stof

@stof stof deleted the fix_refresh_version branch October 25, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants