Skip to content

Commit 70df36b

Browse files
committed
ci: exclude ci commits from release log
1 parent 3272c9f commit 70df36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
LOG_FORMAT="* [\`%h\`](http://github.com/${{ github.repository }}/commit/%H) - %s by @%an"
146146
FEAT_LOG=$(git log $RANGE --no-merges --grep="^feat" -i --pretty=format:"$LOG_FORMAT")
147147
FIX_LOG=$(git log $RANGE --no-merges --grep="^fix" -i --pretty=format:"$LOG_FORMAT")
148-
OTHER_LOG=$(git log $RANGE --no-merges --invert-grep --grep="^feat" --grep="^fix" -i --pretty=format:"$LOG_FORMAT")
148+
OTHER_LOG=$(git log $RANGE --no-merges --invert-grep --grep="^feat" --grep="^fix" --grep="^ci" -i --pretty=format:"$LOG_FORMAT")
149149
150150
{
151151
echo "RELEASE_BODY<<EOF"

0 commit comments

Comments
 (0)