This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push: new bda541d2 Add a release introduction sentence bda541d2 is described below commit bda541d22264d9a4202bbb4a9b2e06d99dea2035 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 28 07:48:28 2025 -0500 Add a release introduction sentence --- RELEASE-NOTES.txt | 2 ++ src/changes/release-notes.vm | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 891a8b24..936b9813 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,6 +1,8 @@ Apache Commons Codec 1.18.0 RELEASE NOTES ----------------------------------------- +The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.18.0. + The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 92fe6ee8..6e8180c3 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -14,9 +14,11 @@ ## KIND, either express or implied. See the License for the ## specific language governing permissions and limitations ## under the License. -${project.name} ${version} RELEASE NOTES +${project.name} ${version} Release Notes ----------------------------------------- +The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}. + $introduction.replaceAll("(?<!\015)\012", " ").replaceAll("(?m)^ +","")