From 31536103c8182c6710c9d7f037a8be0cfabd96db Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Mon, 22 Apr 2024 13:52:11 +0100 Subject: [PATCH] Add release instructions Signed-off-by: Michel Hollands --- docs/create_new_release.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/create_new_release.md diff --git a/docs/create_new_release.md b/docs/create_new_release.md new file mode 100644 index 0000000..282959f --- /dev/null +++ b/docs/create_new_release.md @@ -0,0 +1,10 @@ +# Create a new release + +1. Update the version field in charts/meta-monitoring/Chart.yaml in a new PR. Merge this PR if approved. + +2. On the [Actions tab](https://github.com/grafana/meta-monitoring-chart/actions): + - Select `Release Helm chart` in the workflows on the left + - Click the `Run workflow` button + - Leave the `main` branch as is + - Click the green `Run workflow` button +