mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-01 00:00:03 +08:00
ff6be62b4c
Update cadvisor and other repos for klog Kubernetes-commit: a3ccea9d8743f2ff82e41b6c2af6dc2c41dc7b10
508 B
508 B
Release Process
The klog 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] kubernetes-template-project $VERSION is released