-
Notifications
You must be signed in to change notification settings - Fork 19
Release Checklist
Pierre-Charles David edited this page Apr 13, 2022
·
2 revisions
- Make sure the PMI has an appropriate release record for the version, with the correct date and high level description of the changes in the version.
- Create and publish the release tag.
For historical reasons dating back to CVS, the format for tag names is
RX_Y_Z
(e.g.R1_13_0
).git tag R1_14_2 git push origin R1_14_2
- Launch the main build job with the
BUILD_TYPE
parameter set toR
. This will publish the p2 repo inside https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/. Note that the folder name is based on the build timestamp, and not on the version number itself. - If the release will be contributed to the Eclipse Simultaneous Release, update the
gmp-gmf-runtime.aggrcon
file to reference the new location and feature version.