Skip to content

Commit

Permalink
Tools: Improve docs for get_release_contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffie committed Feb 20, 2022
1 parent 61f78c9 commit 0ca2870
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tools/get_release_contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@
May need a Github Personal access token to avoid hitting rate limits.
Usage:
./tools/get_release_contributors.py --from release --to translate3_7_0 --github-token YOUR_TOKEN --repo /path/to/your/jamuluswebsite
./tools/get_release_contributors.py --from r3_6_2 --to r3_7_0rc1 --github-token YOUR_TOKEN --repo /path/to/your/jamulus
## Website repo (jamulussoftware/jamuluswebsite)
- cd jamuluswebsite
- git log --oneline release # Find commit ID of previous version. Search for "RELEASE:"
- /path/to/jamulussoftware/code/tools/get_release_contributors.py --from COMMIT_ID_FROM_PREVIOUS_STEP --to next-release --github-token YOUR_TOKEN --repo .
## Code repo (jamulussoftware/jamulus)
- git pull -C /path/
- ./tools/get_release_contributors.py --from r3_8_1 --to r3_8_2 --github-token YOUR_TOKEN --repo .
"""
import requests
Expand Down

0 comments on commit 0ca2870

Please sign in to comment.