Skip to content

Commit a283aa7

Browse files
committed
remove commits containing 'test' in release notes
1 parent 49a83d5 commit a283aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/build-alpha-release-notes

.github/actions/build-alpha-release-notes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
git log "${{ inputs.latest-tag }}..HEAD" \
2828
--oneline \
2929
--no-merges |
30-
grep -v -E 'github-actions\[bot\]|dependabot\[bot\]' |
30+
grep -v -E 'github-actions\[bot\]|dependabot\[bot\]|test' |
3131
sed 's/^[a-f0-9]\{7,40\} //' | # remove SHA prefix
3232
awk '!seen[$0]++' |
3333
sed 's/^/- /'

0 commit comments

Comments
 (0)