mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 17:09:19 +02:00
Fix contributor generation command
This commit is contained in:
parent
f392451ede
commit
a166e71597
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue