Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automate release note creation #92

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading