Gather release notes from previous release to HEAD

Also update release-process.md to replace git shortlog command with
release-notes.py script.
This commit is contained in:
Jay Graber
2016-12-07 10:56:09 -08:00
committed by Jack Grigg
parent c2b24ccdb7
commit c1e46db8ab
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: