Skip to content

Commit

Permalink
temp: trying
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 29, 2024
1 parent 415a5fa commit ec56a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset-enforce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Check for patch level changesets
run: |
ls .changeset
if grep -q ': patch' .changeset/*.json; then
if grep -r "patch" .changeset/*.md; then
echo "Patch level changesets are reserved for hotfixes, use major or minor only."
exit 1
else
Expand Down

0 comments on commit ec56a71

Please sign in to comment.