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 "Releasing Tycho"

m
Line 1: Line 1:
 
This page describes the steps necessary to create releases of the Tycho project.
 
This page describes the steps necessary to create releases of the Tycho project.
  
* TODO
+
* Update versions using <tt>mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=...</tt>
 +
* Commit version change and create a new branch <tt>tycho-VERSION</tt> in git
 +
* TODO add steps
 +
* Generate site docs using <tt>mvn clean install site site:stage</tt> and check the result in to [http://www.eclipse.org/tycho/sitedocs tycho homepage site docs]
 +
* Update hardcoded tycho versions on pages to the latest version
 +
* Update [http://git.eclipse.org/c/tycho/org.eclipse.tycho-demo.git/ tycho-demo projects] to the latest release
 +
* Announce the release on tycho-user@eclipse.org, tycho-dev@eclipse.org and the [http://www.eclipse.org/tycho tycho homepage new and noteworthy]
 
* Edit the list of releases on [http://www.eclipse.org/projects/project.php?id=technology.tycho Tycho project page] via the [https://dev.eclipse.org/portal/myfoundation/portal/portal.php Eclipse portal]
 
* Edit the list of releases on [http://www.eclipse.org/projects/project.php?id=technology.tycho Tycho project page] via the [https://dev.eclipse.org/portal/myfoundation/portal/portal.php Eclipse portal]
  
 
[[Category:Tycho]]
 
[[Category:Tycho]]

Revision as of 10:35, 4 June 2012

This page describes the steps necessary to create releases of the Tycho project.

  • Update versions using mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=...
  • Commit version change and create a new branch tycho-VERSION in git
  • TODO add steps
  • Generate site docs using mvn clean install site site:stage and check the result in to tycho homepage site docs
  • Update hardcoded tycho versions on pages to the latest version
  • Update tycho-demo projects to the latest release
  • Announce the release on tycho-user@eclipse.org, tycho-dev@eclipse.org and the tycho homepage new and noteworthy
  • Edit the list of releases on Tycho project page via the Eclipse portal

Back to the top