Skip to content

Commit 9eee323

Browse files
committed
document metric-gen tag creation
1 parent e25facb commit 9eee323

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Maintaining the release branches for older minor releases happens on a best effo
3030
* All lines should be full sentences
3131
* kube-state-metrics image tag used in Kubernetes deployment yaml config.
3232
* Cut the new release branch, e.g. `release-1.2`, or merge/cherry-pick changes onto the minor release branch you intend to tag the release on
33-
* Cut the new release tag, e.g. `v1.2.0-rc.0`
33+
* Cut the new release tag, e.g. `v1.2.0-rc.0`.
34+
* Also cut the tag for metric-gen, e.g. `exp/metric-gen/v1.2.0-rc.0`.
3435
* Create a new **pre-release** on github
3536
* New images are automatically built and pushed to `gcr.io/k8s-staging-kube-state-metrics/kube-state-metrics`
3637
* Promote image by sending a PR to [kubernetes/k8s.io](https://github.com/kubernetes/k8s.io) repository. Follow the [example PR](https://github.com/kubernetes/k8s.io/pull/3798). Use [kpromo pr](https://github.com/kubernetes-sigs/promo-tools/blob/main/docs/promotion-pull-requests.md) to update the manifest files in this repository, e.g. `kpromo pr --fork=$YOURNAME -i --project=kube-state-metrics -t=v2.5.0`

0 commit comments

Comments
 (0)