Skip to content

Commit

Permalink
[chore] Update contributing.md - add details on how to create release…
Browse files Browse the repository at this point in the history
… and push tag (#881)
  • Loading branch information
lmolkova authored Apr 5, 2024
1 parent a08fd23 commit a00f5ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,15 @@ make compatibility-check
`.chloggen` folder automatically
- Double check that `CHANGELOG.md` is updated with the proper `v{version}`
- Send staging branch as PR for review.
- Create a tag `v{version}` on the merged PR and push remote.
- After the release PR is merged, create a [new release](https://github.com/open-telemetry/semantic-conventions/releases/new):
- Set title and tag to `v{version}`
- Set target to the commit of the merged release PR
- Copy changelog to the release notes
- Verify that the release looks like expected
- Publish release

New release is then auto-discovered by [opentelemetry.io](https://github.com/open-telemetry/opentelemetry.io) pipelines which (via bot-generated PR)
eventually results in new version of schema file being published.

## Merging existing ECS conventions

Expand Down

0 comments on commit a00f5ae

Please sign in to comment.