docs(release_checklist): fix changelog generation command (#4694)

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/4877/head
Matthew Fisher 6 years ago committed by GitHub
parent d18fa439e6
commit 8442851a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -258,7 +258,7 @@ The changelog at the bottom of the release notes can be generated with this comm
```shell
PREVIOUS_RELEASE=vX.Y.Z
git log --no-merges --pretty=format:'- %s %H (%aN)' $RELEASE_NAME $PREVIOUS_RELEASE
git log --no-merges --pretty=format:'- %s %H (%aN)' $PREVIOUS_RELEASE..$RELEASE_NAME
```
Once finished, go into GitHub and edit the release notes for the tagged release with the notes written here.

Loading…
Cancel
Save