-
Notifications
You must be signed in to change notification settings - Fork 267
update version to 1.1.0 #4723
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
base: main
Are you sure you want to change the base?
update version to 1.1.0 #4723
Conversation
I don't see any reason to bump the minor version. Why isn't this "update version to 1.0.0"? |
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.
Since there is 1 approval already, but still no answer to my question nor any issue referenced that this would fix, putting request changes so it isn't auto-merged without discussion.
Hi Dave, There was an issue (#3669) filed earlier to move to this approach and we have been following this for past few releases. The PR corresponding to the above issue (#3690) did update the guidance in the Release Doc, but I think it is still not very clear and can be updated to make it clearer. |
Thanks Anurag that makes sense. What confuses me is that there's no PR to update version to 1.0.0. This PR (for 1.1.0) is fine given your answer but shouldn't be merged until after release, which should happen after merging a PR that updates the version to 1.0.0 (which comes after 1.0.0.rc or whatever). |
Agree that |
I disagree. Main should first move to 1.0.0 rather than skipping versions. What you are describing doesn't follow my interpretation (perhaps yours differs) of Example: PR #4739 added a file to the release/1.0 branch but not to main. Why should that file not be in main as well? Do we really think it won't be needed for 1.1? Moving main to 1.1 before that file is present would mean that the baseline for 1.x does not include it. |
Updated the release process documentation to clarify versioning, release branch creation, and artifact handling.
interpretation (perhaps yours differs) of
My apologies for not responding to this thread sooner. I have updated the release process markdown to reflect that the main should be ahead of the latest release branch by 1 minor version. |
Description
Describe the purpose of and changes within this Pull Request.
Update version to 1.1.
Testing
Do any existing tests cover this change? Are new tests needed?
No new tests needed.
Documentation
Is there any documentation impact for this change?
No.
Installation
Is there any installer impact for this change?
No.