Skip to content

Commit bda541d

Browse files
committed
Add a release introduction sentence
1 parent 0ded556 commit bda541d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE-NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Apache Commons Codec 1.18.0 RELEASE NOTES
22
-----------------------------------------
33

4+
The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.18.0.
5+
46
The Apache Commons Codec component contains encoders and decoders for
57
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
68
widely used encoders and decoders, the codec package also maintains a

src/changes/release-notes.vm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
## KIND, either express or implied. See the License for the
1515
## specific language governing permissions and limitations
1616
## under the License.
17-
${project.name} ${version} RELEASE NOTES
17+
${project.name} ${version} Release Notes
1818
-----------------------------------------
1919

20+
The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}.
21+
2022
$introduction.replaceAll("(?<!\015)\012", "
2123
").replaceAll("(?m)^ +","")
2224

0 commit comments

Comments
 (0)