opensearch-project/opensearch-clients

[FEATURE] Automate bumping versions after releases

Opened this issue · 4 comments

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:

@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?

@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).