This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new c109106982 Update the release-manager's asf id in the changelog during
pre-release.
c109106982 is described below
commit c1091069827dd001438aa8f4bdeda546ee64e586
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 ffbe79af8a..e676cc9ce9 100644
--- a/build.xml
+++ b/build.xml
@@ -2811,10 +2811,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]