Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylyn/Release Howto"

(Release Checklist)
Line 5: Line 5:
 
  * Backport changes to the 3.3 branch
 
  * Backport changes to the 3.3 branch
  
==== Release Checklist ====
+
==== The Release ====
  
 
  * Change the qualifier to v20YYMMDD-HHMM in all MANIFEST.MF and feature.xml files
 
  * Change the qualifier to v20YYMMDD-HHMM in all MANIFEST.MF and feature.xml files
 
  * Tag the release as R_x_y_z and R_x_y_y_e_3_3
 
  * Tag the release as R_x_y_z and R_x_y_y_e_3_3
  * Make sure the build uses the correct qualifier
+
 
 +
  * ''Make sure the build uses the correct qualifier'' (?)
 +
 
 +
* Build the release by running the org.eclipse.mylyn.releng/build.sh script
 +
* Upload the release by running the org.eclipse.mylyn.releng/upload.sh script
 +
* Move the release to the main update site
  
 
==== After the upload ====
 
==== After the upload ====

Revision as of 15:40, 6 March 2008


Before the Release

* Backport changes to the 3.3 branch

The Release

* Change the qualifier to v20YYMMDD-HHMM in all MANIFEST.MF and feature.xml files
* Tag the release as R_x_y_z and R_x_y_y_e_3_3
* Make sure the build uses the correct qualifier (?)
* Build the release by running the org.eclipse.mylyn.releng/build.sh script
* Upload the release by running the org.eclipse.mylyn.releng/upload.sh script
* Move the release to the main update site

After the upload

* Add the mirror attribute to all site.xml files:
   mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/tools/mylyn/update/[location]/site.xml&protocol=http&format=xml"

After the release

* Replace version numbers in all MANIFEST.MF and feature.xml files, e.g. 2.3.0.qualifier -> 2.3.1.qualifier
* Make sure changes are applied to the 3.3 branch as well as the 3.4 branch

Copyright © Eclipse Foundation, Inc. All Rights Reserved.