Skip to content
Curtis Rueden edited this page Jul 22, 2016 · 3 revisions

The following is the template for new releases of the NAR plugin. Release announcements are sent to the NAR mailing list, as well as pasted into the Release Notes section of the release here on GitHub.


It is a great honor to announce a new versions of the NAR plugin for Maven,
 
nar-maven-plugin-3.5.0: 
=======================
<date>
git log nar-maven-plugin-3.4.0..nar-maven-plugin-3.5.0  --pretty=format:"%ad | %an | %s" | head -1
~use above command and get the date 

author and commits
--------------------------
git log nar-maven-plugin-3.4.0..nar-maven-plugin-3.5.0  --pretty=format:"%an" | sort 
git log nar-maven-plugin-3.4.0..nar-maven-plugin-3.5.0  --pretty=format:"%an" | sort | grep "name" | wc -l 
~use above commands and get n
<name list> - count 

 
major commits
--------------------
 git log nar-maven-plugin-3.4.0..nar-maven-plugin-3.5.0  --pretty=format:"%an | %s"
<name> | <title>
 
issues fixed
--------------- 
-<list> 
git log nar-maven-plugin-3.4.0..nar-maven-plugin-3.5.0 --pretty=format:"%an|%s|%B" | grep "#"
~use above command to get the issues numbers starting with "#". Then get the issue title from the github site.
Clone this wiki locally