-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release checklist Plone 6.0.10 #3901
Comments
@tisto @sneridagh @petschki @erral I would like to release Plone 6.0.10. Could you release your packages please?
Thanks! |
Released plone.app.locales = 6.0.20 |
@mauritsvanrees Classic-UI releases: pypi npmjs |
Plone 6.0.10rc1 is available: |
@mauritsvanrees can you please add plone.restapi 9.5.0? |
Will do. There are some more late fixes to other packages that I can include. It makes me wonder if there is still value in doing these pending/rc releases. I can't remember the last time something was really broken in such a release and we needed a fix. Mostly any changes after the pending release are minor fixes or improvements that could also wait for a next release. So we could also skip this phase the next time, and go for a final release immediately. If something really is broken, I could still simply make the next release (6.0.11) or a "sub" release (6.0.10.1). We can briefly discuss this in the Steering Circle next week. Anyway, I will make some final changes and release 6.0.10 now. |
@mauritsvanrees it would be great to also have plone/plone.dexterity#196 |
It is in. The release is final now:
And I did 6.1.0a2 as well. That was not so much extra work, with most packages already having been released. Sorry, I did not consult with anyone about that, a bit spur of the moment.
|
A problem was found in the folder contents view of Classic UI. This is fixed in a new release 6.0.10.1. See https://community.plone.org/t/plone-6-0-10-1-released/18961 |
Release packages, update versions
bin/manage report --interactive
. This is less needed now that we havemr.roboto
to add packages to the checkouts. Usebin/versioncheck
to see if any new PyPI releases are worth adding, or check the artifact of the versioncheck GitHub Action.checkouts.cfg
.CMFPlone metadata.xml
and latestupgrade step
are in sync, and that they are higher than in the previous Plone release.plone.staticresources
andmockup
. Ask on Discord in the classic-ui or ask Johannes (thet), Peter Mathis (petschki) or Maik (MrTango).plone.restapi
and maybeplone.volto
. If needed, ask the Plone REST api team or Timo (tisto) for a new release.plone.app.locales
. Create an issue there or ask Mikel (erral).plone.app.upgrade
andPlone
yourself.versions.cfg
.Products.CMFPlone
(e.g. 6.0.0a1, later 6.0.0b1 and 6.0.0rc1). Fine to release this on PyPI. Once Plone 6 is final, we can continue doing release candidates for the bugfix releases, so people can try it in a pending release.Release notes, constraints, dist.plone.org
release/6.0-dev
. Most importantly, theauto-checkout
list incheckouts.cfg
should be empty, and theversions.cfg
andrequirements.txt
should be the same. One way that works for me:git checkout release/6.0-dev; git reset --hard 6.0; git reset origin/release/6.0-dev
. Then check which changes you want to commit.6.0-dev
directory on dist.plone.org, and gather files to put there:tox -c release/tox.ini -p auto
to create or copy some files inrelease/dist
. But you need to create some of those files first.bin/manage changelog --start=6.0.0a1 > release/changelog.txt
. Remove the uninteresting top lines. You may want to link to the Zope changelog with a specific tag.release/RELEASE-NOTES.md
. It may be enough to look through the changelog and copy interesting changes.versions.cfg
file and any other versions files from coredev.release/constraints.txt
file from this. The above tox command generates this. Note: at some point I expect the constraints file to become leading, and we may need to generate aversions.cfg
file instead.rsync
) these files to the pending release directory. (We used to copy packages as well, but we do not do this for Plone 6 anymore.)Final release, Docker
Products.CMFPlone
to PyPI, updateversions.cfg
.release/6.0-dev
branch update changelog, release notes,constraints.txt
.release/6.0-dev
branch, e.g. 6.0.0a1, and push to GitHub.ln -sfT 6.0.0a1 6.0-latest
#release-team
Discord channel that there is a new release. They will create Docker images. Examples of changes:README.md
andversion.txt
.Announcements
You probably want to wait until the Docker images are there, but don't wait long.
plone.securitysupport
,plone.versions
,plone.activemaintenance
. You could ask the security team.plone/documentation
'sconf.py
, updatePLONE_BACKEND_PATCH_VERSION
andPLONE_BACKEND_MINOR_VERSION
as needed. Ask Steve Piercy or do it yourself. Here is a sample PR.The text was updated successfully, but these errors were encountered: