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

Feat fix schema bump #1215

Merged
merged 10 commits into from
Jan 23, 2025
Merged

Feat fix schema bump #1215

merged 10 commits into from
Jan 23, 2025

Conversation

dbirman
Copy link
Member

@dbirman dbirman commented Jan 7, 2025

This PR fixes the schema_version_bump.py file to properly bump patch versions only if the major and minor version did not get changed. This prevents the bug we have where a feature was introduced (and we move to the next minor version, e.g. v1.3.0) and the schema bump script auto-bumps us to the next patch version for no reason (putting us at v1.3.1).

@dbirman dbirman linked an issue Jan 7, 2025 that may be closed by this pull request
@dbirman dbirman requested review from saskiad and dyf and removed request for saskiad January 7, 2025 21:42
@dbirman dbirman requested a review from yosefmaru January 23, 2025 18:18
@yosefmaru
Copy link
Member

Looks good to me.

@dbirman dbirman added this pull request to the merge queue Jan 23, 2025
Merged via the queue into dev with commit 37cb5c3 Jan 23, 2025
5 checks passed
@dbirman dbirman deleted the feat-fix-schema-bump branch January 23, 2025 19:20
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.

Fix schema bump script so it stops bumping patch versions unnecessarily
2 participants