Skip to content

Commit f5c91ec

Browse files
committed
ReleaseChecklist: Don't sort contributor list by number of commits and use long options
1 parent d9f169e commit f5c91ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseChecklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Set the target to the ``develop`` branch and the tag to the new version, e.g. ``v0.8.5``.
2626
Include the following warning: ``**The release is still in progress and the binaries may not yet be available from all sources.**``.
2727
Don't publish it yet - click the ``Save draft`` button instead.
28-
- [ ] Thank voluntary contributors in the Github release notes (use ``git shortlog -s -n -e v0.5.3..origin/develop``).
28+
- [ ] Thank voluntary contributors in the Github release notes (use ``git shortlog --summary --email v0.5.3..origin/develop``).
2929
- [ ] Check that all tests on the latest commit in ``develop`` are green.
3030
- [ ] Click the ``Publish release`` button on the release page, creating the tag.
3131
- [ ] Wait for the CI runs on the tag itself.

0 commit comments

Comments
 (0)