This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit c8511ff064eb1595b64b729fb3d482fc2e64b7d1 Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Wed Jun 8 17:41:28 2022 -0400 Automatically replace "in development" text with "release in progress" in changelog during pre-release. --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 47ed6705fb..66539dce2d 100644 --- a/build.xml +++ b/build.xml @@ -2309,6 +2309,7 @@ asf.ldap.username=${release.asfusername} gpg.exec=${gpg.exec} maven.asf.release.deploy.version=${version} </echo> + <replace file="webapps/docs/changelog.xml" token="rtext="in development"" value="rtext="release in progress"" /> </target> <target name="release" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org