-
Notifications
You must be signed in to change notification settings - Fork 10
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
[FEATURE] Automate bumping versions after releases #34
Comments
@saratvemulapalli Thanks for opening this. We should be doing this for all clients, I think it's apt to open an issue in opensearch-clients. wdyt? |
💯 I'll transfer this to https://github.com/opensearch-project/opensearch-clients. (Probably different clients will have different implementations). |
Is your feature request related to a problem?
Coming from: opensearch-project/opensearch-net#95 (review)
After every release we have to manually update our versions for the next development. It's quite boring to book keep.
What solution would you like?
I would like to us to automate bumping versions when new tags are pushed.
We use scripts in Github actions[1] across the project to trigger auto increments.
[1] https://github.com/opensearch-project/OpenSearch/blob/main/.github/workflows/version.yml
Tracking for all clients:
The text was updated successfully, but these errors were encountered: