On Tue, Jan 07, 2025 at 11:20:11PM +0800, Gerald Pfeifer wrote: > On Tue, 7 Jan 2025, Simon Martin wrote: > > Noticed while trying to understand when I can expect the GCC 15 branch > > to be created: the GCC 15 release criteria page still mentions GCC 14. > > > > I'll push this as obvious. > > Thank you, Simon! > > > Are such pages created via a script? If so I am happy to fix it as well. > > Unless our release managers (Jakub on this case) have been taken over by
I usually just git diff the branching or releasing commit from a year ago and hand edit everything that clearly needs to be adjusted in the diff, then apply. In this case I've clearly failed to do parts of that. > ChatGPT/Gemini/you-name-it I believe this is manual work following > https://gcc.gnu.org/releasing.html > though I just noticed criteria.html (and creating the directory for > the new release) isn't actually covered. > > That could be a nice contribution to add... Jakub