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 96be7da231 Have 'pre-release' indicate the the release is in progress. 96be7da231 is described below commit 96be7da23139ea52feb1e6f9fb3b6c45c354b7cf Author: schultz <schu...@apache.org> AuthorDate: Mon Feb 27 12:35:49 2023 -0800 Have 'pre-release' indicate the the release is in progress. This saves one more step in the release process. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 123b6002ce..31daa9189c 100644 --- a/build.xml +++ b/build.xml @@ -2741,7 +2741,7 @@ asf.ldap.username=${release.asfusername} <replace file="webapps/docs/changelog.xml" encoding="UTF-8" token="rtext="in development"" - value="rtext=""" /> + 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