Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(New page: category:Mylyn ==== Release Checklist ==== * 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 ...)
 
Line 1: Line 1:
 
[[category:Mylyn]]
 
[[category:Mylyn]]
 +
 +
==== Before the Release ====
 +
 +
* Backport changes to the 3.3 branch
  
 
==== Release Checklist ====
 
==== Release Checklist ====
Line 7: Line 11:
 
  * Make sure the build uses the correct qualifier
 
  * Make sure the build uses the correct qualifier
  
 +
==== After the upload ====
 +
 +
* Add the mirror attribute to all site.xml files:
 +
<source lang="xml">
 +
  mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/tools/mylyn/update/[location]/site.xml&amp;protocol=http&amp;format=xml"
 +
</source>
 
==== After the release ====
 
==== After the release ====
  
 
  * Replace version numbers in all MANIFEST.MF and feature.xml files, e.g. 2.3.0.qualifier -> 2.3.1.qualifier
 
  * 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

Revision as of 15:36, 6 March 2008


Before the Release

* Backport changes to the 3.3 branch

Release Checklist

* 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

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&amp;protocol=http&amp;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

Back to the top