mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 14:50:43 -04:00
Added python script to parse changelog
This commit is contained in:
parent
1e413d034f
commit
29d3a0f1dd
2 changed files with 2 additions and 3 deletions
2
.github/workflows/changelog.py
vendored
2
.github/workflows/changelog.py
vendored
|
@ -2,7 +2,7 @@ import os
|
|||
import re
|
||||
import sys
|
||||
|
||||
raw_git = os.popen('git log next --since="5 days" --pretty=format:"- %h - {USERNAME}*+%al-%an*: %s"').read()
|
||||
raw_git = os.popen('git log next --since="24 hours" --pretty=format:"- %h - {USERNAME}*+%al-%an*: %s"').read()
|
||||
|
||||
|
||||
def compute_username(line):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue