mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-02 23:49:28 +00:00
512 B
512 B
Release Process
The Kubernetes cri-tools Project is released on an as-needed basis. The process is as follows:
- An issue is proposing a new release with a changelog since the last release
- All OWNERS must LGTM this release
- An OWNER runs
git tag -s $VERSIONand inserts the changelog and pushes the tag withgit push $VERSION - The release issue is closed
- An announcement email is sent to
kubernetes-dev@googlegroups.comwith the subject[ANNOUNCE] cri-tools $VERSION is released