You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2016/02/15 18:18:29 UTC

svn commit: r1730574 - /openjpa/trunk/openjpa-project/RELEASE_STEPS.adoc

Author: struberg
Date: Mon Feb 15 17:18:28 2016
New Revision: 1730574

URL: http://svn.apache.org/viewvc?rev=1730574&view=rev
Log:
add more info about how to gather the release notes semi-automatically

Modified:
    openjpa/trunk/openjpa-project/RELEASE_STEPS.adoc

Modified: openjpa/trunk/openjpa-project/RELEASE_STEPS.adoc
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE_STEPS.adoc?rev=1730574&r1=1730573&r2=1730574&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE_STEPS.adoc (original)
+++ openjpa/trunk/openjpa-project/RELEASE_STEPS.adoc Mon Feb 15 17:18:28 2016
@@ -30,6 +30,16 @@ These instructions describe how perform
 * Run a full build
  $> mvn clean install
 
+== Update the Release Notes
+Edit openjpa-project/RELEASE-NOTES.html and add a new section for the new release.
+Just remove all the bug content from the previous release.
+
+Make sure all the ticets for the upcoming release are set to resolved
+You can grab the content for the new release at
+https://issues.apache.org/jira/browse/OPENJPA/?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel
+Just copy over the html content for the generated ReleaseNotes.
+
+At last add a link to the RELEASE-NOTES.html of the previous release to the table on the bottom of the page.
 
 
 == Performing the Release