Skip to content
Snippets Groups Projects
Select Git revision
  • d57c27ffcfd9cd85ef518efb11a8ac107d87ef73
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

RELEASE.md

Blame
  • user avatar
    Smana authored
    5fbfa148
    History
    RELEASE.md 508 B

    Release Process

    The Kargo Project is released on an as-needed basis. The process is as follows:

    1. An issue is proposing a new release with a changelog since the last release
    2. At least on of the OWNERS must LGTM this release
    3. An OWNER runs git tag -s $VERSION and inserts the changelog and pushes the tag with git push $VERSION
    4. The release issue is closed
    5. An announcement email is sent to kubernetes-dev@googlegroups.com with the subject [ANNOUNCE] kargo $VERSION is released