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

m
 
(58 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page describes the steps necessary to create releases of the Tycho project.
+
This is now moved to https://github.com/eclipse/tycho/blob/master/devdoc/Releasing_Tycho.md
 
+
* 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> based on this commit 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 section]
+
* 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]]
+

Latest revision as of 07:09, 9 July 2021

This is now moved to https://github.com/eclipse/tycho/blob/master/devdoc/Releasing_Tycho.md

Back to the top