Skip to content

Commit

Permalink
Fix fixup postrelease scripts to avoid creating errors
Browse files Browse the repository at this point in the history
Otherwise the NEWS.md and CHANGES.md will contain trailing spaces.

Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#17304)

(cherry picked from commit 132ab70)
  • Loading branch information
t8m committed Dec 20, 2021
1 parent 7db69a3 commit 0d4c523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/release-aux/fixup-CHANGES.md-postrelease.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BEGIN
$_ = <<_____
### Changes between $v2 and $RELEASE_TEXT [xx XXX xxxx]
*
* none yet
### Changes between $v1 and $v2 [$PREV_RELEASE_DATE]
_____
Expand Down
2 changes: 1 addition & 1 deletion dev/release-aux/fixup-NEWS.md-postrelease.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BEGIN
$_ = <<_____
### Major changes between OpenSSL $v2 and OpenSSL $RELEASE_TEXT [under development]
*
* none
### Major changes between OpenSSL $v1 and OpenSSL $v2 [$PREV_RELEASE_DATE]
_____
Expand Down

0 comments on commit 0d4c523

Please sign in to comment.