opensearch-py icon indicating copy to clipboard operation
opensearch-py copied to clipboard

[FEATURE] Automate bumping versions after releases

Open harshavamsi opened this issue 3 years ago • 3 comments

Is your feature request related to a problem?

Coming from https://github.com/opensearch-project/opensearch-clients/issues/34. The version should be bumped each time a release is made so that builds happen for new changes with appropriate versioning.

What solution would you like?

Implement workflow similar to https://github.com/opensearch-project/OpenSearch/blob/main/.github/workflows/version.yml

harshavamsi avatar Sep 08 '22 01:09 harshavamsi

Is this issue still relevant?

margulanz avatar Apr 11 '23 14:04 margulanz

Is this issue still relevant?

Yes!

harshavamsi avatar Apr 12 '23 15:04 harshavamsi

Here's an example of a manual bump: https://github.com/opensearch-project/opensearch-py/pull/606

dblock avatar Nov 18 '23 13:11 dblock