-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Clarify release docs slightly #5809
Conversation
Signed-off-by: Jonah Kowall <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5809 +/- ##
==========================================
+ Coverage 96.65% 96.66% +0.01%
==========================================
Files 342 342
Lines 16521 16521
==========================================
+ Hits 15968 15970 +2
+ Misses 363 362 -1
+ Partials 190 189 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -5,7 +5,8 @@ | |||
* A curated list of notable changes and links to PRs. Do not simply dump git log, select the changes that affect the users. | |||
To obtain the list of all changes run `make changelog` or use `scripts/release-notes.py`. | |||
* The section can be split into sub-section if necessary, e.g. UI Changes, Backend Changes, Bug Fixes, etc. | |||
* If the jaeger-ui submodule has changes cut a new release and also upgrade the submodule versions then commit, for example: | |||
* If the jaeger-ui submodule has changes cut a new release |
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.
We agreed that UI release numbers will now match the backend release numbers, so "if ui has changes" is misleading, we should make it unconditional Step 1: release UI.
Just improving the docs a bit to make sure the release manager does the Jaeger UI before the rest of the directions. Signed-off-by: Jonah Kowall <[email protected]> Signed-off-by: Jared Tan <[email protected]>
Just improving the docs a bit to make sure the release manager does the Jaeger UI before the rest of the directions. Signed-off-by: Jonah Kowall <[email protected]> Signed-off-by: Jared Tan <[email protected]>
Just improving the docs a bit to make sure the release manager does the Jaeger UI before the rest of the directions. Signed-off-by: Jonah Kowall <[email protected]> Signed-off-by: Jared Tan <[email protected]>
Just improving the docs a bit to make sure the release manager does the Jaeger UI before the rest of the directions.