opensearch-project / opensearch-clients

For all things about OpenSearch clients.
Apache License 2.0
9 stars 10 forks source link

[FEATURE] Automate bumping versions after releases #34

Open saratvemulapalli opened 1 year ago

saratvemulapalli commented 1 year ago

Is your feature request related to a problem? Coming from: https://github.com/opensearch-project/opensearch-net/pull/95#pullrequestreview-1099944501 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:

Yury-Fridlyand commented 1 year ago

https://github.com/elastic/elasticsearch-net/blob/7.17/.github/workflows/make-bump.yml

harshavamsi commented 1 year ago

@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 commented 1 year ago

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

harshavamsi commented 1 year ago

Tracking for all clients: