Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1010 Bytes

File metadata and controls

22 lines (16 loc) · 1010 Bytes

Release Process

The kubernetes-mixin project is released on an as-needed basis. The process is as follows:

  1. Verify that master branch CI checks are green
  2. An OWNER runs git tag -s -a $VERSION -m "$VERSION" and pushes the tag with git push origin $VERSION where $VERSION looks like version-1.5.3
  3. Release automation triggers automatically when new tags matching version-* are pushed