You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2017/02/03 17:59:01 UTC

[Lucene-java Wiki] Update of "ReleaseTodo" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "ReleaseTodo" page has been changed by SteveRowe:
https://wiki.apache.org/lucene-java/ReleaseTodo?action=diff&rev1=244&rev2=245

Comment:
Update DOAP info.

     * {{{python3 -u dev-tools/scripts/addVersion.py X+1.0.0}}}
      * The script will print a list of items that need to be done manually for a major release bump.
     * {{{git add -u .; git commit; git push}}}
+  2. Sanity check the DOAP files under {{{dev-tools/doap/}}: were they updated to contain releases below the one in progress?
  
  == Jenkins Release Builds ==
  After the branching is done, add Jenkins task for the release branch so that it runs the test, like other branches using the instructions on the JenkinsReleaseBuilds page.
@@ -263, +264 @@

   1. Once all is good on staging, publish the site, e.g. by visiting http://lucene.staging.apache.org, invoking the [[https://cms.apache.org/#bookmark|CMS bookmarklet]], then clicking the publish link.  Or just go straight here: https://cms.apache.org/lucene/publish
   1. Wait for these changes to appear on both of Apache's main webservers (US: http://lucene.us.apache.org, EU: http://lucene.eu.apache.org, http://lucene.apache.org is dependent on your own geographic location, so the other mirror may still be outdated) before doing the next steps (see http://www.apache.org/dev/project-site.html for details on how the site is mirrored to Apache's main web servers). Once they appear, verify all links are correct in your changes!
  
- As of the release of 6.3.0, the following files on the website must be modified (in addition to extpaths.txt which is already covered in previous steps) to include the new release version:
+ As of the release of 6.4.0, the following files on the website must be modified (in addition to extpaths.txt which is already covered in previous steps) to include the new release version:
  {{{
  content/core/corenews.mdtext
- content/core/doap.rdf
  content/core/documentation.mdtext
  content/core/quickstart.mdtext
  content/core/systemreqs.mdtext
  content/latestversion.mdtext
  content/mainnews.mdtext
- content/solr/doap.rdf
  content/solr/news.mdtext
  content/solr/resources.mdtext
  templates/core-sidebar.html
@@ -285, +284 @@

  
  = Update the project DOAP files =
  
- Update the Core & Solr DOAP RDF files on the unstable and stable branches to reflect the new versions (note that the website {{{.htaccess}}} file redirects from their canonical URLs to their locations in the Lucene/Solr Git source repository - see {{{dev-tools/doap/README.txt}}} for more info):
+ Update the Core & Solr DOAP RDF files on the unstable, stable and release branches to reflect the new versions (note that the website {{{.htaccess}}} file redirects from their canonical URLs to their locations in the Lucene/Solr Git source repository - see {{{dev-tools/doap/README.txt}}} for more info):
   * {{{dev-tools/doap/lucene.rdf}}}
   * {{{dev-tools/doap/solr/doap.rdf}}}