We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba47e03 commit d272adfCopy full SHA for d272adf
1 file changed
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
releasable_commits=$(echo "$commits" | grep -v "chore: bump version\|\\[skip ci\\]\|^docs:\|^style:\|^test:" || true)
66
67
# Only release if there are significant changes (fixes, features, refactors, etc.)
68
- significant_commits=$(echo "$releasable_commits" | grep -E "^(feat|fix|refactor|perf|chore):" || true)
+ significant_commits=$(echo "$releasable_commits" | grep -E "^(feat|fix|refactor|perf|chore)(\([^)]+\))?!?:" || true)
69
70
if [ -n "$significant_commits" ]; then
71
echo "should-release=true" >> $GITHUB_OUTPUT
0 commit comments