From a166e71597f03901c89433a40a70c4037ca1472e Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Wed, 10 Nov 2021 12:02:14 +0100 Subject: [PATCH] Fix contributor generation command --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 39d6b77d1..4619464fd 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -760,7 +760,7 @@ To make a new 3.4 release:: # - update the date # - look for typos # - add list of contributors via `python3 scripts/get-contributions-stats.py $NEXT_RELEASE` - git log $PREVIOUS_RELEASE.. --format="%aN" --reverse | sort | uniq -u # Get all commit authors since last release + git log $PREVIOUS_RELEASE.. --format="%aN" --reverse | sort | uniq # Get all commit authors since last release nano CHANGELOG # Set the `__version__` variable to $NEXT_RELEASE