Skip to content

Commit

Permalink
Merge pull request #92 from grafana/release-notes
Browse files Browse the repository at this point in the history
automate release note creation
  • Loading branch information
zeitlinger authored Sep 12, 2024
2 parents 75796a4 + 0e66c88 commit 0cd2b06
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -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<VERSION> -m "Release v<VERSION>"
git push origin v<VERSION>
```
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.

0 comments on commit 0cd2b06

Please sign in to comment.