This commit is contained in:
@@ -77,8 +77,7 @@ jobs:
|
|||||||
for category in "feat: Features" "fix: Bug Fixes" "docs: Documentation" "chore: Chores"; do
|
for category in "feat: Features" "fix: Bug Fixes" "docs: Documentation" "chore: Chores"; do
|
||||||
prefix="${category%%:*}"
|
prefix="${category%%:*}"
|
||||||
title="${category##*: }"
|
title="${category##*: }"
|
||||||
entries=$(git log $range --pretty=format:"%B" --no-merges | grep "^$prefix" | sed "s/^$prefix:/- /")
|
entries=$(git log $range --pretty=format:"%B" --no-merges | grep "^${prefix}" || true | sed "s/^${prefix}:/- /")
|
||||||
# echo -e "Found:\n\n$entries\n\n"
|
|
||||||
if [[ -n "$entries" ]]; then
|
if [[ -n "$entries" ]]; then
|
||||||
body="$body\n\n### $title\n$entries"
|
body="$body\n\n### $title\n$entries"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ gradle.taskGraph.whenReady { taskGraph ->
|
|||||||
|
|
||||||
\u001B[36m
|
\u001B[36m
|
||||||
Project : ${project.name}
|
Project : ${project.name}
|
||||||
Version : ${project.version}
|
Version : ${version}
|
||||||
\u001B[0m
|
\u001B[0m
|
||||||
"""
|
"""
|
||||||
println banner
|
println banner
|
||||||
|
|||||||
Reference in New Issue
Block a user