-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[chore] update contrib repo changelog procedure #5632
[chore] update contrib repo changelog procedure #5632
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5632 +/- ##
=======================================
Coverage 91.28% 91.28%
=======================================
Files 191 191
Lines 11319 11319
=======================================
Hits 10333 10333
Misses 786 786
Partials 200 200 Continue to review full report at Codecov.
|
``` | ||
|
||
## Releasing opentelemetry-collector-contrib | ||
|
||
1. Prepare Contrib for release. | ||
|
||
* Update CHANGELOG.md file and rename the Unreleased section to the new release name. Add a new unreleased section at top. | ||
* Update CHANGELOG.md file, this is now done via `chloggen`. Run the following command from the root of the opentelemetry-collector-contrib repo: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
|
||
## Release schedule | ||
|
||
| Date | Version | Release manager | | ||
|------------|---------|-----------------| | ||
| ---------- | ------- | --------------- | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you format this automatically using some tool? The tool I use would replace this space with a dash, but if yours format it this way, I'm fine with it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jpkrohling yes, its the markdown formatter im using in vscode
Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Fixes open-telemetry/opentelemetry-collector-contrib#11843
Fixes #5631