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.
1 parent 1e9f630 commit 95e7021Copy full SHA for 95e7021
hack/release/release-notes.sh
@@ -26,8 +26,9 @@ while read commit_word commit; do
26
continue
27
fi
28
read title
29
- if [[ ${title} == "Merge branch '"*"' into release-"* ]]; then
30
- # skip temporary merge commits for calculating release notes
+ if [[ ${title} == "Merge branch '"*"' into"* ]]; then
+ # skip temporary merge commits and accidental merge commit inclusion
31
+ # for calcuating release notes.
32
33
34
0 commit comments