Skip to content
Snippets Groups Projects
Verified Commit a166e715 authored by Georg Krause's avatar Georg Krause
Browse files

Fix contributor generation command

parent f392451e
No related branches found
No related tags found
No related merge requests found
...@@ -760,7 +760,7 @@ To make a new 3.4 release:: ...@@ -760,7 +760,7 @@ To make a new 3.4 release::
# - update the date # - update the date
# - look for typos # - look for typos
# - add list of contributors via `python3 scripts/get-contributions-stats.py $NEXT_RELEASE` # - 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 nano CHANGELOG
# Set the `__version__` variable to $NEXT_RELEASE # Set the `__version__` variable to $NEXT_RELEASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment