Skip to content

Commit

Permalink
Update release notes generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 5, 2021
1 parent c1b71f4 commit f817a68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/gen_releasenotes
Expand Up @@ -96,8 +96,10 @@ def gen_changes(repo: Repository, tag: str = None) -> str:
if "\n" in msg:
msg = msg.split("\n")[0]
if (
"Bump version" in msg
"Initial commit" in msg
or "Bump version" in msg
or "Version bump" in msg
or "Merge remote-tracking branch" in msg
or "Merge branch" in msg
or "Merge tag" in msg
or "Merge pull request" in msg
Expand Down

0 comments on commit f817a68

Please sign in to comment.