We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ce25e2 + 2ea8546 commit 29e923aCopy full SHA for 29e923a
hack/release/release-notes.sh
@@ -30,6 +30,11 @@ while read commit_word commit; do
30
# skip temporary merge commits and accidental merge commit inclusion
31
# for calcuating release notes.
32
continue
33
+ elif [[ ${title} == "Merge branch '"*"'"* ]]; then
34
+ # skip for accidental merge commit inclusion for calculating release notes
35
+ # NB(directxman12): it's not clear what tool generates this style, but we've
36
+ # got some now, so tolerate them.
37
+ continue
38
fi
39
40
read # skip the blank line
0 commit comments