mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
532 B
532 B
Release Process
prometheus-adapter 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
- At least one 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-sig-instrumentation@googlegroups.comwith the subject[ANNOUNCE] prometheus-adapter $VERSION is released