-
Notifications
You must be signed in to change notification settings - Fork 191
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
Document version auto-increment and fix typos. #1039
Conversation
@reta @Xtansia I think I am getting confused to what's supposed to happen in which order for the release.
|
I think the branch versioning was a bit messed up:
So the sequence we follow for releases is:
|
Signed-off-by: dblock <[email protected]>
Ok, @reta take a look at the updated instructions, does this capture this process? |
I don't know about the Java client, it looks like it's been doing branches per patch version off of 2.x. Normally for OpenSearch and at least the Rust & .NET clients, the branching is (assuming
Then releasing a new patch is:
Releasing a new minor:
Releasing a new major:
.NETs Bump Version Workflow: https://github.com/opensearch-project/opensearch-net/blob/main/.github/workflows/bump-version.yml |
@Xtansia I think yours is clearer, take a look at the update please? |
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.
All looks good to me, just a couple minor things to fix
Signed-off-by: dblock <[email protected]>
Description
Document version auto-increment and fix typos.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.