-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Main branch versioning set to false #17602
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
Main branch versioning set to false #17602
Conversation
|
This looks right, I will test it more properly and come back |
minor restructure, allows for easier adjustment of default for MAIN_BRANCH_VERSIONING This PR is part of a 2 step code change: 1. minor resturcture, no logical change <----- **this PR** 2. set default for MAIN_BRANCH_VERSIONING to false (revert on main branch) #17602
carlopi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Tested, works as intended
|
@Mytherin: this is good to go, and will make so that building v1.3-ossivalis branch will now get a version that looks like What's next:
Steps needs to happen in order, but lags in between are fine (no single atomic change :) ) |
|
also added to release checklist: |
Generate correct UUID v7 (duckdb/duckdb#17612) Main branch versioning set to false (duckdb/duckdb#17602) minor restructure MAIN_BRANCH_VERSIONING (duckdb/duckdb#17601) [Dev][CLI] Use an unused bit for `DUCKDB_LATEST_STORAGE_VERSION` (duckdb/duckdb#17598)
Toggle default value of `MAIN_BRANCH_VERSIONING` to false. see: #17602
Set default value for
MAIN_BRANCH_VERSIONINGto false.NOTE: needs to be reverted on main branch:
This PR is part of a 2 step code change: