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

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/4207/head^2
Matthew Fisher 7 years ago committed by Sebastien Plisson
parent 6369dec087
commit e01b986377

@ -258,7 +258,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