opensearch-project / opensearch-net

OpenSearch .NET Client
Apache License 2.0
107 stars 49 forks source link

[FEATURE] Automate bumping versions after releases #97

Open harshavamsi opened 2 years ago

harshavamsi commented 2 years ago

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

Yury-Fridlyand commented 2 years ago

Adopt workflow from OpenSearch or from elastic.net https://github.com/elastic/elasticsearch-net/blob/7.17/.github/workflows/make-bump.yml