On Fri, Nov 9, 2018 at 11:10 AM stefan via Boost
On 2018-11-09 11:06 a.m., James E. King III via Boost wrote:
On Fri, Nov 9, 2018 at 10:52 AM Vinnie Falco via Boost < boost@lists.boost.org> wrote:
On Fri, Nov 9, 2018 at 2:43 AM Joaquin M López Muñoz via Boost
wrote: Maybe some other protocol is needed for handling release notes. You mean, like, merging them?
Regards
I think a better strategy would be to define release notes in yaml in each repository and then have the website builder scrape those release notes. Merging them all into a single file is not working and clearly more work than should be required.
Amen !
Stefan
Perhaps a better schema... 1_69_0: breaks: - note: Removed public something-or-other. links: - type: trac id: 13356 deprecations: - note: >- The header boost/pending/whatever.hpp has been moved to some other location. This is a long release note. Not too long, but long enough to show the YAML text operator in use. Enjoy. links: - type: github_pr id: 42 notes: - note: made it twice as fast comment: github issues and pulls can use the same URL format (the issue one) links: - type: github id: 21 - type: github id: 79