Skip to content

Commit 536d22d

Browse files
authored
Update CONTRIBUTING.md
1 parent 4283e86 commit 536d22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Thanks to [10up/action-wordpress-plugin-asset-update](https://github.com/10up/ac
5454

5555
Broadly the process for creating asset-only releases is as follows:
5656

57-
1. Branch off of `main` (not `main`) and make your changes. Ensure that you are _only_ making changes to `readme.txt`/`readme.md` or files in the `.wordpress.org` directory. Some other changes (e.g. to `.gitignore` or `composer.json`) are allowed but any file changes to anything beyond those locations will trigger the release automation.
57+
1. Branch off of `release` and make your changes. Ensure that you are _only_ making changes to `readme.txt`/`readme.md` or files in the `.wordpress.org` directory. Some other changes (e.g. to `.gitignore` or `composer.json`) are allowed but any file changes to anything beyond those locations will trigger the release automation.
5858
1. Push your branch to GitHub and open a PR against `main`.
5959
1. Automation will trigger and create a new release branch in the repository. Because the version numbers have not changed, you will need to ensure that the version numbers in your branch are correct. If they are not, and a new branch was created automatically that drops the `-dev` suffix but contains the correct version number, you can merge that branch into your PR branch to update the version numbers, then close the release branch. A release PR will not be created because the diffs will not have changed.
6060
1. Once the PR is merged, the asset update action will run and update the assets on WordPress.org.

0 commit comments

Comments
 (0)