tree: b807f419a708f6f0a29cf49edcbe49381ecdee77 [path history] [tgz]
  1. mocks/
  2. aggregator.go
  3. aggregator_impl.go
  4. aggregator_impl_test.go
  5. BUILD.bazel
  6. README.md
sk/go/relnotes/README.md

The Release Notes Aggregation Library

This package will aggregate all pending release notes, which are stored in individual files, into a single unordered list in Markdown format. This aggregated list will be inserted at the top of the existing release notes, which is read from a file as a new milestone heading.

The new release notes will be returned to the caller which will be responsible for writing them to a file.