You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the next bugfix milestone (assign to klonos / jenlampton / herbdool / quicksketch)
Move all unfinished issues to the next bugfix release milestone (assign to klonos / jenlampton / herbdool / quicksketch)
Review all closed issues in milestone: (assign to klonos / jenlampton / stpaultim )
Issue titles should include a complete, but very brief summary of the problem.
Bug issue titles should start with Fix or Fixed,
New feature issue titles should start with Add or Added.
Each issue should have accurate labels, especially the "type - " labels.
Close the milestone (assign to quicksketch / herbdool / jenlampton)
Draft Release notes (assign to jenlampton / herbdool / quicksketch)
Include a short, descriptive summary of the release, for example:
"Maintenance release for Backdrop CMS. This update contains bug fixes and usability improvements only."
Include a section heading ## Notes for updating*
Note if any changes were made to files outside the core directory, for example:
- No changes have been made to the `.htaccess`, `robots.txt` or default `settings.php` files in this release. Updating customized versions of those files is not necessary.
Note if updates (update.php) needs to be run, for example:
Use the text The database update script does **not** need to be run.
or **It will be necessary to run the update script** (located at /core/update.php) for this release.
Note: you can use this command to see if any install files were changed: ls -1 core/modules/*/*.install | while read filename; do echo "$(git log -1 --pretty="format:%ad %f" --date=format:"%F %R" -- $filename)" $filename; done|sort
Include a section heading ## Changes since version 1.xx.x
Release scheduled for July 22, 2026 10am - 4pm PT
Pre-release tasks
FixorFixed,AddorAdded.## Notes for updating*coredirectory, for example:- No changes have been made to the `.htaccess`, `robots.txt` or default `settings.php` files in this release. Updating customized versions of those files is not necessary..htaccesssettings.phpThe database update script does **not** need to be run.**It will be necessary to run the update script** (located at /core/update.php) for this release.ls -1 core/modules/*/*.install | while read filename; do echo "$(git log -1 --pretty="format:%ad %f" --date=format:"%F %R" -- $filename)" $filename; done|sort## Changes since version 1.xx.xrelease-notesartifact attached to the generator.#before the##to get###.Release tasks
Immediate Post-release tasks
Backdrop's Website updates
See Also