docs(release_checklist): fix changelog generation command

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/4694/head
Matthew Fisher 7 years ago
parent 8be42bae88
commit 8cf85056b7
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -257,7 +257,7 @@ The changelog at the bottom of the release notes can be generated with this comm
```shell ```shell
PREVIOUS_RELEASE=vX.Y.Z 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. Once finished, go into GitHub and edit the release notes for the tagged release with the notes written here.

Loading…
Cancel
Save