Skip to content

Release process

Lars Vogel edited this page Sep 16, 2022 · 1 revision

Release Checklist for GEF Classic

Creating an update site for a milestone or release

Use https://ci.eclipse.org/gef/job/promote-gef-classic/ and build with parameters.

image

This will copy the current master update site to the defined update site and also update the "latest" update site

Update the aggregator file for the release train

Example: https://git.eclipse.org/r/c/simrel/org.eclipse.simrel.build/+/195829

Create a release

Create a release record for the an official release

Only if a release is created you also have to create a release record. This is not necessary for milestones.

Increase feature versions

In preparation for the new release increase all feature versions.

Update baseline check

Adjust the baselline check in our pom.xml to check for any required version range during development

Additional links