Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version number in dist package #1309

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Fix version number in dist package #1309

merged 2 commits into from
Jun 12, 2024

Conversation

danielrbradley
Copy link
Member

Calculate the GZIP_PREFIX after we've defined how to calculate the VERSION_GENERIC. The := is eagerly evaluated once at definition time rather than lazy at each time it's used (unlike =).

Fixes #1308

Calculate the GZIP_PREFIX after we've defined how to calculate the VERSION_GENERIC.
The `:=` is eagerly evaluated once at definition time rather than lazy at each time it's used (unlike `=`).
Temporarily skipping upgrade tests due to broken release. This should be reverted after the next release passes.
@danielrbradley danielrbradley merged commit d26a60c into master Jun 12, 2024
4 checks passed
@danielrbradley danielrbradley deleted the fix-dist-version branch June 12, 2024 13:08
danielrbradley added a commit that referenced this pull request Jun 12, 2024
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.

Version v2.12.0 release fails plugin download
2 participants