Skip to content

Commit

Permalink
Clarify release docs slightly (jaegertracing#5809)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jkowall authored and JaredTan95 committed Aug 13, 2024
1 parent 0f4b25f commit 8e3d191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* Then upgrade the submodule versions and finally commit. For example:
```
git submodule init
git submodule update
Expand Down

0 comments on commit 8e3d191

Please sign in to comment.