Skip to content

Commit 9e4d4fe

Browse files
Merge pull request #33 from GraceBarbacias/website_automation_development_Jul_2026
chore: update release.yml gate to also scan body of commits
2 parents b24c9ed + 0444d06 commit 9e4d4fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "Last reachable goFlux tag: $last_tag"
3838
3939
# Commit subjects since baseline tag
40-
messages="$(git log "${last_tag}..HEAD" --pretty=format:%s || true)"
40+
messages="$(git log "${last_tag}..HEAD" --pretty=format:%s%b || true)"
4141
4242
# Conventional Commits: feat/fix, optional scope, optional !
4343
if LC_ALL=C echo "$messages" | grep -Eiq '^(feat|fix)(\([^)]+\))?(!)?:[[:space:]]'; then

0 commit comments

Comments
 (0)