-
Notifications
You must be signed in to change notification settings - Fork 437
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
Add RELEASING.md documentation. #1555
Add RELEASING.md documentation. #1555
Conversation
While we try to de-centralize the release process we should establish consistent practice. Relates open-telemetry#1326
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1555 +/- ##
=====================================
Coverage 67.0% 67.0%
=====================================
Files 138 138
Lines 19515 19515
=====================================
Hits 13084 13084
Misses 6431 6431 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Cijo Thomas <cithomas@microsoft.com> Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com> Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
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.
I think it's a good start point. For next step we should have a script that:
- automaticaly validates the versions(maybe by querying crates.io?)
- help publish each create instead of having releaser does it one by one
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.
lets merge the current process, and then iterate and improve it over next few releases.
While we try to de-centralize the release process we should establish consistent practice.
Relates #1326