From 7c672ac643dd59bf4b3e284c6ad019c54545492f Mon Sep 17 00:00:00 2001 From: dmarting Date: Tue, 10 Oct 2017 16:05:44 +0200 Subject: Release notes: exclude no. RELNOTES: No. (test) PiperOrigin-RevId: 171673073 --- scripts/release/relnotes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/release/relnotes.sh b/scripts/release/relnotes.sh index 817ea621d7..1f2493bf34 100755 --- a/scripts/release/relnotes.sh +++ b/scripts/release/relnotes.sh @@ -88,7 +88,7 @@ function extract_release_note() { if [[ "$relnote" =~ $regex ]]; then local relnote_kind=${BASH_REMATCH[2]} local relnote_text="${BASH_REMATCH[3]}" - if [[ ! "$(echo $relnote_text | awk '{print tolower($0)}')" =~ ^(none|n/a)?.?$ ]]; then + if [[ ! "$(echo $relnote_text | awk '{print tolower($0)}')" =~ ^(none|n/a|no[ \.])?.?$ ]]; then eval "RELNOTES_${relnote_kind}+=(\"\${relnote_text}\")" fi fi -- cgit v1.2.3