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
The following commit(s) were added to refs/heads/8.5.x by this push:
new 3774f307d1 Have 'pre-release' indicate the the release is in progress.
3774f307d1 is described below
commit 3774f307d145298a2a9b7b2e43dcdddb5d9dd033
Author: schultz <[email protected]>
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 d407be0407..3e116f1eb9 100644
--- a/build.xml
+++ b/build.xml
@@ -2403,7 +2403,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: [email protected]
For additional commands, e-mail: [email protected]