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-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new c2611f2  Don't double up the description
c2611f2 is described below

commit c2611f20d54cf8850c41f558cd054303fd68bb97
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Apr 17 21:39:50 2024 -0400

    Don't double up the description
---
 src/changes/release-notes.vm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index c0c0a6f..e22fd67 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -15,14 +15,7 @@
 ## specific language governing permissions and limitations
 ## under the License.
 ##
-${project.name}
-Version ${version}
-Release Notes
-
-
-This document contains the release notes for this version of the Apache 
Commons 
-CLI Component of the Apache Commons Project. Commons CLI provides a simple API
-for working with the command line arguments and options.
+${project.name} Version ${version} Release Notes
 
 $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","")

Reply via email to