Skip to content

Commit

Permalink
chore(irs-api):fixed CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-psosnowski committed Nov 17, 2023
1 parent d65f367 commit e334121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/development/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
url="$(git remote get-url origin | sed 's/\.git/#commit-messages/')"

# check semantic versioning scheme
if ! echo "$commitTitle" | grep -qE '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)\([a-z0-9/-]+\)\:\[#[0-9]+\].*$'; then
if ! echo "$commitTitle" | grep -qE '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)\([a-z0-9/-]+\)\:(\[#[0-9]+\])?.*$'; then
echo "Your commit title did not follow semantic versioning: $commitTitle"
echo "Please see $url"
exit 1
Expand Down

0 comments on commit e334121

Please sign in to comment.