Commit Graph

8 Commits

Author SHA1 Message Date
brian m. carlson
dc52bfe3ac
script: add a noninteractive mode to the changelog generator
While the current changelog generator is useful, it is interactive,
which makes it hard to extract the changelog output from the standard
output of the script.  Provide a noninteractive mode, which specifies
sections but doesn't categorize any of the items.  This can be used
to store the output in a file and allow the user to edit it with the
editor of their choice.  This file can then be programmatically inserted
into the various places the changelog entry is required.
2019-02-07 16:51:30 +00:00
Taylor Blau
b25436dde3 script/changelog: rev-list through --first-parent only 2017-04-27 09:41:50 -06:00
risk danger olson
8773193ca0 update other github/git-lfs references 2016-11-15 10:07:11 -07:00
Taylor Blau
566ad5deba script/changelog: teach '?' operator and handle unknown input gracefully 2016-06-02 16:04:09 -06:00
Taylor Blau
cb56e02fec script/changelog: strip out the 'Backport: ' prefix 2016-06-02 15:51:28 -06:00
Taylor Blau
db744f3725 script/changelog: use h3 headers, insert extra newlines 2016-06-02 15:50:44 -06:00
Taylor Blau
77ccd03977 script/changelog: use * for bullet-points 2016-06-02 15:50:13 -06:00
Taylor Blau
991f85dd54 script: add changelog script 2016-06-02 10:53:24 -06:00