Skip to content

Commit

Permalink
Add pre-release summary message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSchultz committed Jul 8, 2024
1 parent c109106 commit aa91298
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2817,6 +2817,13 @@ asf.ldap.username=${release.asfusername}
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="">" />

<echo>=====

Configured for ${release.asfusername} to release Tomcat ${version.major}.${version.minor}.${version.build}${version.suffix} using Java ${java.vm.version} and ant ${antversion}

=====
</echo>
</target>

<target name="release"
Expand Down

0 comments on commit aa91298

Please sign in to comment.