Unverified Commit 8442851a authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

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

Signed-off-by: 's avatarMatthew Fisher <matt.fisher@microsoft.com>
parent d18fa439
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment