Skip to content

Commit

Permalink
Cl check (#25)
Browse files Browse the repository at this point in the history
* Better cl check

* ignore repo [delete this]

* remove token [delete this]

* i cannot can [delete this]

* Fix script
  • Loading branch information
m-dzianishchyts authored Apr 18, 2024
1 parent fc72b83 commit 08bc62e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/changelog/check_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def parse_changelog(message: str) -> dict:
if tag:
if tag in tags['tags'].keys():
cl_changes.append({
"tag": CL_NORMALIZED_TAG[change_parse_result.group("tag")],
"message": change_parse_result.group("message")
"tag": tag,
"message": message
})
else:
raise Exception(f"Invalid tag: '{cl_line}'. Valid tags: {tags['tags'].keys()}")
Expand Down

0 comments on commit 08bc62e

Please sign in to comment.