bazelbuild / bazelbuild/rules_pkg
Add a CHANGELOG/release notes generator
Open
feature-request
P3
- Dominant language
- Starlark
- Stars
- 253
- Forks
- 221
- Avg merge
- 10h 33m
- Merged PRs (30d)
- 1
Description
Looking through github logs is tedious. We could have a tool which would read the logs back to a particular point (usually last major or minor release) and use that to:
Extract RELNOTES sections from them and print them.
If they fix issues, find those issues and add them to an "Issues Fixed" section
Extract authors and use that to build a thank-you section.
The bazel release tool does something similar, but it is in bash, which limits portability.
Contributor guide
Assessment
This issue has not been assessed yet.