Closed jonahgraham closed 1 year ago
As discussed at our last call, I planned to prepare a draft release with plenty of time before the CDT 11.0.0 release.
The release is next Wednesday (Dec 7th).
Committers should be able to see the CDT 11.0.0 draft release here: https://github.com/eclipse-cdt/cdt/releases (please edit as you see fit, but do not publish it). PS I can't confirm that anyone else can see it, perhaps only I can see the draft?
In addition I added a link to a GitHub search for noteworthy issues and PRs to the N&N document: https://github.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/CDT-11.0.md#noteworthy-issues-and-pull-requests
Please comment here on the issue with your thoughts.
Hi @jonahgraham, do you think it's preferable/valuable to list the full set of PRs for milestone 11.0.0 on the release anouncement page as opposed to just the noteworthy PRs? Many of the non-noteworthy PRs will be of little interest to typical readers of the announcement. A counterargument is that every PR represents someone's effort towards the release and should be recognized.
I had a similar thought - I like the autogenerated part(0), especially the New Contributors section(1). But I found it to be of little value(2), which is why I hid it behind the collapsible section(3).
(0) I imagine that as GitHub evolves the autogeneration will get more interesting too.
(1) In this release the "new contributors" section is a little off because we just moved to GitHub. You, me and @Torbjorn-Svensson aren't listed because we are listed in the 10.7.1 release page
(2) I agree with you about the value of recognizing someone's contribution. It can be a nice ego boost to see your name/contribution listed up front like that. The other value is it shows life of the project a little, similar purpose to the charts on PMI
PS I don't want to spend time manually maintaining a list. I think it is the auto-generated list, a link to the search, or I copy and paste the N&N into the release page.
Update or create composites in preparation for going public on release day
I made a mistake in the above step, which is fixed in fb081b99759c77686ec51eca04bd89d577c36c83 but there is caching on download.eclipse.org which the p2 repo will present as slightly broken until the caches catch up.
They seem to be caught up for me already, but the GitHubActions seems to be seeing the old versions
CDT 11.0.0 is done, onto CDT 11.1.0 in #202
PS. If we need a CDT 11.0.1 we can create that at short notice.
This is the Release plan and TODO list for the release in the title. CDT makes its simrel contribution on +1 day in the release cycle (normally Monday by 10pm UTC).
Steps for M1
Items before M1 +1 day:
latest
version of CDT. Change this if it isn't appropriate for a specific branch.latest
to cdt-baseline.targethelp-docs-eclipserun-repo
in root pom.xml and bump versions of all the docs plug-inss/9.9.0/9.10.0/g
and review changes.) (See https://github.com/eclipse-cdt/cdt/commit/bd814fdaf90fc152f758604e07dfb7996e2f0f96 for a past example)comparator.repo
in root pom.xml to last release and if there have been any changes since the branch, bump versions of MANIFEST.MFs (If your local java version is the same as the docker container, or if you build in the docker container, a command line likemvn verify -DskipTests -P baseline-compare-and-replace -P build-standalone-debugger-rcp
is good to test this has worked and nothing needs updating.)org.eclipse.cdt.debug.application
because the version number is encoded in the bundlesimrel-site
in root pom.xmlItems on M1 +0 day:
Items on M1 +1 day:
Items on M1 +4 day (or shortly after):
Steps for M2
Items on M2 +0 day:
Items on M2 +1 day:
Items on M2 +4 day (or shortly after):
Steps for M3
Items on M3 +0 day:
Items on M3 +1 day:
Items on M3 +4 day (or shortly after):
Steps for RC1
Items before RC1 +1 day:
Items on RC1 +0 day:
Items on RC1 +1 day:
Items on RC1 +4 day (or shortly after):
Steps for RC2
These steps should be done before RC2 release, they can be completed at anytime between the last branch creation/release and RC2.
Items before RC2 +1 day:
Items on RC2 +0 day:
Items on RC2 +1 day:
Items on RC2 +4 day (or shortly after):
Steps for Release
Items for quiet week (between RC2 and release):
Items to be done 2 days before release:
Release day:
git tag -a CDT_9_4_2 2cdc63eae52c8952c0d2543e1e31ca6e25225c4a -m"CDT 9.4.2" && git push origin CDT_9_4_2
help-docs-eclipserun-repo
in rootpom.xml
(remove-I-builds
from path) on the branch and main-I-builds
from path) on the branch and main