summaryrefslogtreecommitdiff
path: root/pr2relnotes.sh
diff options
context:
space:
mode:
authorStuart Thackray <stuart.thackray@gmail.com>2018-12-11 08:53:29 +0200
committerStuart Thackray <stuart.thackray@gmail.com>2018-12-11 08:53:29 +0200
commitebfa797c1f5d038b99beaf658757d974412a15c7 (patch)
tree9765880a7f0119c265d85f8bac7afea8d9542080 /pr2relnotes.sh
parent71187514dabdd94aa333495d92df84a2e750099f (diff)
parent8e28561d4e14ea85d42d17ab5a0f17f5f1c696d2 (diff)
Update from Upstream
Diffstat (limited to 'pr2relnotes.sh')
-rwxr-xr-xpr2relnotes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr2relnotes.sh b/pr2relnotes.sh
index 28712bb..9049e82 100755
--- a/pr2relnotes.sh
+++ b/pr2relnotes.sh
@@ -13,7 +13,7 @@ awk -v url=$url '
/^commit / {mode="new"}
# merge commit default message
- / +Merge pull request/ {
+ mode=="new" && / +Merge pull request/ {
page_id=substr($4, 2, length($4)-1);
mode="started";
next;