Skip to content

Commit

Permalink
Update .github/workflows/pr-lint.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
  • Loading branch information
nedsalk and arboleya committed May 9, 2024
1 parent 96316c6 commit 5f7a495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# Minor changes are treated as breaking until v1.0.0 is released.
if echo "$AFFECTED_PACKAGES" | grep -q 'minor'; then
if ! echo "$PR_TITLE" | grep -q '!'; then
echo "Changeset has minor changes. Please mark the PR as breaking by adding an exclamation mark to its title (e.g. fix!: xxx)."
echo "Changeset has `minor` changes. Please mark the PR as breaking by adding an exclamation mark to its title (e.g. fix!: xxx) or use a `patch` instead."
exit 1
fi
fi
Expand Down

0 comments on commit 5f7a495

Please sign in to comment.