2 parents b24c9ed + 0444d06 commit 9e4d4feCopy full SHA for 9e4d4fe
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "Last reachable goFlux tag: $last_tag"
38
39
# Commit subjects since baseline tag
40
- messages="$(git log "${last_tag}..HEAD" --pretty=format:%s || true)"
+ messages="$(git log "${last_tag}..HEAD" --pretty=format:%s%b || true)"
41
42
# Conventional Commits: feat/fix, optional scope, optional !
43
if LC_ALL=C echo "$messages" | grep -Eiq '^(feat|fix)(\([^)]+\))?(!)?:[[:space:]]'; then
0 commit comments