chore: update chart version

This commit is contained in:
Jayden Pyles
2025-06-12 18:04:47 -05:00
parent 71f603fc62
commit 7047a3c0e3
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -47,10 +47,11 @@ jobs:
id: check_version_bump
run: |
COMMIT_MSG=$(git log -1 --pretty=%B)
if [[ $COMMIT_MSG =~ ^feat\(breaking\) ]]; then
echo "version_bump=true" >> $GITHUB_OUTPUT
elif [[ $COMMIT_MSG =~ .*\[no\ bump\].* ]]; then
if [[ $COMMIT_MSG =~ .*\[no\ bump\].* ]]; then
echo "version_bump=false" >> $GITHUB_OUTPUT
else
echo "version_bump=true" >> $GITHUB_OUTPUT
fi
- name: Skip version bump