-
Notifications
You must be signed in to change notification settings - Fork 131
The release process
Work in progress. Please contribute
This page is build as a reminder/to-do list on what should be done when a new "Arduino eclipse plugin V2" release is created. The basic idea of the new release creation process is that the new release is created after the release is published. This makes that the nightly is ready to be released. This makes the steps to make a new release as follows:
- Update the version numbers in the manifest, xml and pom files
- Publish and tag the nightly build packages as a new release
- Create a Marker in github so we know what code has been used for the release.
- Label activity in github.
- Update the plugin so it reflects it is a new release.
Lets go into detail for each of these steps:
In eclipse update for all project the pom.xml file
For the pojo projects update the manifest.xml file
For the feature projects update the feature.xml file
Don't mind it.baeyens.cdt.refactor as there is no development any more on this and CDT 9.1 fixes this.
From a delivery point of view there are 3 locations that must be updated.
- The stable product version on eclipse.baeyens.it
- The V2 update site on eclipse.baeyens.it
- The eclipse.baeyens.it web site
- The eclipse market place.
To release a stable version on eclipse.baeyens.it renaming the nightly build product files (5 in total) by adding VX.Y_ in front of the nightly build. X stands for the major version Y stands for the minor version. The files location on the server is eclipse/download/product. Of course you need the right credentials to do so.
Prerequisites your build server workspace is accessible as file system You have read and write permissions to the workspace Step 1 Download the V2 folder from ftp.baeyens.it/eclipse to f.i. ~ (making it ~/V2) Start the correct eclipse instance (pde dev luna right now) open the workspace on the build server right click on the it.baeyens.updatesite and select export select plug-in devellopment->deployable features->next in available features select it.baeyens.arduino.features in destination select the ~/V2 folder in options make sure the source is not selected and "use class files compiled in the workspace" is selected select finish wait untill done upload the V2 folder to ftp.baeyens.it/eclipse/V2
The web site is updated via the github repository and the nightly build.
The change involves the remind pages.
rename V to V+1
rename V-1 to V
copy V-2 to V-1
Note that the above description is a mental description and does not necessarily reflect the physical action that needs to take place as I change the version number after the release so nightly people get a different page (see below).
It is also a good idea to tweet about this so the home page reflects the new release.
Change the version numbers in the files "/Eclipse update site/WebContent/stable-linux.html" "/Eclipse update site/WebContent/stable-osx.html" and "/Eclipse update site/WebContent/stable-win.html".
Updating the eclipse market place is also a good idea. As we are at it. Do both the product and the plugin version.
On the github website make a new release https://github.com/jantje/arduino-eclipse-plugin/releases
##Label activity in github. Rename the label "status: fixed in nightly" to "status:fixed in release X.Y" and create a new label "status: fixed in nightly"
Change the link to the remind page