This is an automated email from the ASF dual-hosted git repository.
markt 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 1086b2ef46 Add changelong update to pre-release target
1086b2ef46 is described below
commit 1086b2ef46a337e8c01feecce3a195e58bacffdb
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jun 9 15:04:54 2022 +0100
Add changelong update to pre-release target
This is only one of the changes required. The expected values of the
rtext property are:
- "in development" -> initial state in the branch
- "" -> in the release tag
- "release in progress" -> contents in branch while vote is running
- "not released" -> release vote failed
- "yyyy-mm-dd" -> date release vote passed
This change automates the change required when the branch is tagged for
a release
---
build.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/build.xml b/build.xml
index cbd86c5b9f..b6eb51a348 100644
--- a/build.xml
+++ b/build.xml
@@ -2719,6 +2719,9 @@ 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"
+ token="rtext="in development""
+ value="rtext=""" />
</target>
<target name="release"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]