Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.03 KB

RELEASING.md

File metadata and controls

16 lines (11 loc) · 1.03 KB

How to release kubor

Rules

  1. Everything which should be released needs to be on a specific tag that matches the ^v\d+.\d+.\d+|snapshot-.+$ regexp pattern.
  2. Real releases should follow the ^v\d+.\d+.\d+$ regexp pattern.
  3. Releases should be only created from the master branch.
  4. The master branch has to be always stable.
  5. Snapshot releases (for testing new features) should be following the ^snapshot-.+$ regexp pattern.
  6. Snapshot releases should be cleaned up after successful testing.

Trigger the release

Create a tag/release with that matches the ^v\d+.\d+.\d+|snapshot-.+$ regexp pattern by going to the Draft release page. Select the branch to create the release from.

This will create following the ci workflow on the release page with the name of this tag the corresponding files. See build status page to follow the process.