From 0e66c888372f196aade075b4a78a1975858779ad Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 12 Sep 2024 17:18:24 +0200 Subject: [PATCH] update release --- RELEASING.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index de7b5d6..18adb17 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,14 +1,5 @@ # Releasing -## Publish Release via Github Workflow - -### Create a Release - -1. switch to the `main` branch. -2. Create and push a version. - -```sh -git checkout main -git tag -a v -m "Release v" -git push origin v -``` +1. Go to https://github.com/grafana/docker-otel-lgtm/releases/new +2. Click on "Choose a tag", enter the tag name (e.g. `v0.1.0`), and click "Create a new tag". +3. Click on "Generate release notes" to auto-generate the release notes based on the commits since the last release.