Fix for -rc

This commit is contained in:
Joe Orton 2020-04-28 17:19:16 +01:00
parent 3751cb1185
commit dba71be6b7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ echo
curl --silent -n "http://svn.apache.org/repos/asf/subversion/tags/$1/CHANGES" | \ curl --silent -n "http://svn.apache.org/repos/asf/subversion/tags/$1/CHANGES" | \
sed -n " sed -n "
/^#/d; /^#/d;
/^Version $1/,/^Version /{ /^Version ${1/-rc*/}/,/^Version /{
/, from \/branches/d; /, from \/branches/d;
/repos\/asf\/subversion\/tags/d; /repos\/asf\/subversion\/tags/d;
s,#\([0-9]*\),[SVN-\1](https://issues.apache.org/jira/browse/SVN-\1),; s,#\([0-9]*\),[SVN-\1](https://issues.apache.org/jira/browse/SVN-\1),;