This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 8ff1ed7469 Update the release-manager's asf id in the changelog during
pre-release.
8ff1ed7469 is described below
commit 8ff1ed7469be63e935693bef646311fd64cd55ba
Author: Christopher Schultz <[email protected]>
AuthorDate: Mon Jul 8 09:48:44 2024 -0400
Update the release-manager's asf id in the changelog during pre-release.
---
build.xml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/build.xml b/build.xml
index 870ca4b866..b3570d2dc5 100644
--- a/build.xml
+++ b/build.xml
@@ -2844,10 +2844,12 @@ gpg.exec=${gpg.exec}
# Set the user name to use to upload the artefacts to Nexus.
asf.ldap.username=${release.asfusername}
</echo>
- <replace file="webapps/docs/changelog.xml"
- encoding="UTF-8"
- token="rtext="in development""
- value="rtext=""" />
+ <!-- Update the changelog to include the release-manager's asfid and
remove any rtext -->
+ <replaceregexp file="webapps/docs/changelog.xml"
+ encoding="UTF-8"
+ byline="true"
+ match="<section name="Tomcat
${version.major}.${version.minor}.${version.build}${version.suffix}
\([^)]*\).*>"
+ replace="<section name="Tomcat
${version.major}.${version.minor}.${version.build}${version.suffix}
\(${release.asfusername}\)" rtext="">" />
</target>
<target name="release"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]