feat: Allow OTA update to beta releases
This commit is contained in:
@@ -129,7 +129,7 @@ def categorize_commit(subject: str) -> tuple[str, str]:
|
||||
return "other", subject
|
||||
|
||||
commit_type = match.group("type").lower()
|
||||
description = match.group("description")
|
||||
description = f'{commit_type}: {match.group("description")}'
|
||||
if match.group("breaking"):
|
||||
description = f"BREAKING: {description}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user