-
Notifications
You must be signed in to change notification settings - Fork 13
Bumping the 'Tested Up To' Version
Ryan Kienstra edited this page Mar 25, 2024
·
5 revisions
If you only need to bump the WP 'Tested up to' version, and you don't need a full deployment:
- Create a branch off
develop
, with a branch name starting withbump-tested-up-to
. It could bebump-tested-up-to/6.5
. - Bump the 'Tested up to' version.
- Open a PR with that commit.
- In CI/CD there will be a job
approval-for-deploy-tested-up-to-bump
. - Approve that job.
- CI/CD will deploy to wp.org
svn
, only updating that 'Tested up to' version. It won't edit any other file.