Fix funny changelog thing
This commit is contained in:
parent
85d1d0e02c
commit
9f6e13b0f0
|
|
@ -61,6 +61,9 @@ def main():
|
|||
"time", datetime.datetime.now(datetime.timezone.utc).isoformat()
|
||||
)
|
||||
changes = partyaml["changes"]
|
||||
if not isinstance(changes, list):
|
||||
changes = [changes]
|
||||
|
||||
max_id += 1
|
||||
new_id = max_id
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue