Auto merge of #1930 - arcalinea:revise-release-note-generation, r=str4d

Gather release notes from previous release to HEAD

Release-notes.py used to depend on release already being tagged--now gathers release notes from previous tagged release up to current HEAD.
This commit is contained in:
zkbot
2016-12-09 10:42:33 +00:00
2 changed files with 5 additions and 6 deletions

View File

@@ -59,10 +59,9 @@ In `configure.ac` and `clientversion.h`:
### B2. Write release notes
git shortlog helps a lot, for example:
Run the release-notes.py script to generate release notes and update authors.md file. For example:
$ git shortlog --no-merges v${ZCASH_RELEASE_PREV}..HEAD \
> ./doc/release-notes/release-notes-${ZCASH_RELEASE}.md
$ python zcutil/release-notes.py --version $ZCASH_RELEASE
Update the Debian package changelog: