Fix fixup postrelease scripts to avoid creating errors

Otherwise the NEWS.md and CHANGES.md will contain trailing spaces.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17304)
This commit is contained in:
Tomas Mraz 2021-12-17 17:42:33 +01:00 committed by Pauli
parent ceb5a16915
commit 132ab70fd8
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ if (/^### Changes between (\S+) and (\S+) \[xx XXX xxxx\]/
$_ = <<_____
### Changes between $v2 and $RELEASE_TEXT [xx XXX xxxx]
*
* none yet
### Changes between $v1 and $v2 [$PREV_RELEASE_DATE]
_____

View File

@ -20,7 +20,7 @@ if (/^### Major changes between OpenSSL (\S+) and OpenSSL (\S+) \[under developm
$_ = <<_____
### Major changes between OpenSSL $v2 and OpenSSL $RELEASE_TEXT [under development]
*
* none
### Major changes between OpenSSL $v1 and OpenSSL $v2 [$PREV_RELEASE_DATE]
_____