We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d59f4 commit 631610aCopy full SHA for 631610a
.github/workflows/AUTO-VERSION.yml
@@ -71,8 +71,8 @@ jobs:
71
echo "should_release=false" >> $GITHUB_OUTPUT
72
exit 0
73
fi
74
-
75
- if echo "$COMMIT_MESSAGES" | grep -i "^dep:\|^docs:\|dependabot\|dependencies"; then
+
+ if echo "$COMMIT_MESSAGES" | grep -i "^dep:\|^docs:\|^dependencies:\|^dependency:\"; then
76
echo "Skipping release for dependency/docs commits"
77
78
0 commit comments