diff --git a/gitlab_release/python-module/commit_footer/commits.py b/gitlab_release/python-module/commit_footer/commits.py index cb5c5cf..d1e447c 100644 --- a/gitlab_release/python-module/commit_footer/commits.py +++ b/gitlab_release/python-module/commit_footer/commits.py @@ -57,7 +57,7 @@ class Commits: footer_line = git_message.split("\n") footer_line = footer_line[(len(footer_line)-1)] - commit_footer = re.findall(r"([\!|\#][0-9]+)", str(git_message)) + commit_footer = re.findall(r"([\!|\#][\d|not]+)", str(git_message)) if len(commit_footer) > 0: footer = commit_footer