Verify that backwards-compatibility versions are in sync across branches in CI #2533
Labels
Build Libraries & Interfaces
enhancement
Enhancement or improvement to existing feature or request
good first issue
Good for newcomers
hacktoberfest
Global event that encourages people to contribute to open-source.
Is your feature request related to a problem? Please describe.
When incrementing a version for OpenSearch we have to update multiple files across multiple branches.
These enable backwards-compatibility testing across multiple versions.
The process has been automated (https://github.com/opensearch-project/OpenSearch/blob/main/.github/workflows/version.yml), however it's brittle. It's also easy to make a mistake when making an unrelated change. As an example,. #2430 has fixed one of those mistakes.
Describe the solution you'd like
Check version, constants and bcw versions in CI.
Additional context
Discussed in #2532 (comment)
The text was updated successfully, but these errors were encountered: