Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 881 Bytes

RELEASING.md

File metadata and controls

7 lines (6 loc) · 881 Bytes

The release process is standard across repositories in this org and is run by a release manager volunteering from amongst maintainers.

  1. Create a tag, e.g. v2.1.0, and push it to the GitHub repo.
  2. The release-drafter.yml will be automatically kicked off and a draft release will be created.
  3. This draft release triggers the jenkins release workflow as a result of which opensearch-benchmark client is released on PyPi.
  4. Once the above release workflow is successful, the drafted release on GitHub is published automatically.
  5. Increment "version" in version.txt to the next patch release, e.g. v2.1.1. See example.