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
Branch: Starting from develop, cut a release branch named release/1.0.0 for your changes.
Version bump: Bump the version number in ai.php and readme.txt if it does not already reflect the version being released. In ai.php, ensure you're updating the WPAI_VERSION version constant.
Update @since: Find all new @since x.x.x lines and update those with the new version number in place of x.x.x.
Changelog: Add/update the changelog in CHANGELOG.md and in readme.txt.
Props: update CREDITS.md file with any new contributors, confirm maintainers are accurate.
Readme updates: Make any other readme changes as necessary in README.md and readme.txt.
New files: Check to be sure any new files/paths that are unnecessary in the production version are included in .gitattributes.
Merge release PR: Make a non-fast-forward merge from your release branch to develop (or merge the pull request).
Merge develop to trunk: Do the same for develop into trunk, ensuring you pull the most recent changes into develop first (git checkout develop && git pull origin develop && git checkout trunk && git pull origin trunk && git merge --no-ff develop). trunk now contains the stable development version.
Push: Push your trunk branch to GitHub (e.g. git push origin trunk).
Wait for build: Head to the Actions tab in the repo and wait for it to finish if it hasn't already. If it doesn't succeed, figure out why and start over.
Check the build: Check out the trunk branch and test for functionality locally.
Test: Check the end-to-end tests are passing. Only proceed if everything tests successfully.
Release: Create a new release, naming the tag and the release with the new version number, and targeting the trunk branch. Paste the changelog for the release from CHANGELOG.md into the body of the release and include a link to [View all items closed in the milestone](https://github.com/WordPress/ai/milestone/7?closed=1). The release should now appear under releases.
Post-release steps
Close milestone: Edit the milestone with release date (in the Due date (optional) field) and link to GitHub release (in the Description field), then close the milestone.
Punt incomplete items: If any open issues or PRs which were milestoned for 1.0.0 do not make it into the release, update their milestone to 1.1.0 or Future Release.
Announce: Publish release announcement post on Make/AI, cross-posting to Make/Core and Make/Test (example).
Profile badges: Grant new contributors the Core AI Contributorprofile badge.
This issue is for tracking changes for the 1.0.0 release. Target release date: 19 May 2026.
Pre-release steps
sanitize_callback's in our Abilities input schema are executed #481Release steps
develop, cut a release branch namedrelease/1.0.0for your changes.ai.phpandreadme.txtif it does not already reflect the version being released. Inai.php, ensure you're updating theWPAI_VERSIONversion constant.@since: Find all new@since x.x.xlines and update those with the new version number in place ofx.x.x.CHANGELOG.mdand inreadme.txt.CREDITS.mdfile with any new contributors, confirm maintainers are accurate.README.mdandreadme.txt..gitattributes.develop(or merge the pull request).developintotrunk, ensuring you pull the most recent changes intodevelopfirst (git checkout develop && git pull origin develop && git checkout trunk && git pull origin trunk && git merge --no-ff develop).trunknow contains the stable development version.git push origin trunk).trunkbranch and test for functionality locally.trunkbranch. Paste the changelog for the release fromCHANGELOG.mdinto the body of the release and include a link to[View all items closed in the milestone](https://github.com/WordPress/ai/milestone/7?closed=1). The release should now appear under releases.Post-release steps
Due date (optional)field) and link to GitHub release (in theDescription field), then close the milestone.1.0.0do not make it into the release, update their milestone to1.1.0orFuture Release.Core AI Contributorprofile badge.