-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75796a4
commit 0e66c88
Showing
1 changed file
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |