Skip to content

Commit

Permalink
fix: end quote for commits regex
Browse files Browse the repository at this point in the history
  • Loading branch information
tellisnz-shift authored and nicolasfara committed Aug 5, 2022
1 parent fdcc467 commit 5ce0cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private fun createCommitMessage(
#!/usr/bin/env bash
# Regex for conventional commits
conventional_commits_regex="^($typesRegex)(\\($scopesRegex))?!?: .+$
conventional_commits_regex="^($typesRegex)(\\($scopesRegex))?!?: .+$"
# Get the commit message (the parameter we're given is just the path to the
# temporary file which holds the message).
Expand Down

0 comments on commit 5ce0cd3

Please sign in to comment.