mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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:
parent
ceb5a16915
commit
132ab70fd8
@ -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]
|
||||
_____
|
||||
|
@ -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]
|
||||
_____
|
||||
|
Loading…
Reference in New Issue
Block a user