Open
Description
When we do a new release of Jaeger, the maintainer has to follow the relatively lengthy process documented in the RELEASES.md
. The instructions are somewhat complicated, sometimes it is easy to forget a step. What if instead we had a script like start-release.sh
that would:
- automatically determine the next release numbers
- create a new issue with the appropriate title and a checklist of steps for the maintainer to execute (e.g. by copying it from the
RELEASES.md
, assuming we adjust the formatting a bit, such as by changing bullets to* [ ] ...
so that they are rendered as checkboxes on the GitHub issue).
This way the maintainer could be executing the steps from the issue rather than the RELEASES.md
doc and ticking off boxes as they do it.
Activity