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.