mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-04-25 02:29:06 +08:00
- Organize files in folders according to the desired structure - Use directory iterator to loop through all files and folders (makes generation more robust)
10 lines
831 B
Markdown
10 lines
831 B
Markdown
# Release Checklist
|
|
|
|
There are two different release checklists available from within the [`
|
|
wp-cli/wp-cli`
|
|
](https://github.com/wp-cli/wp-cli) repository:
|
|
|
|
* Generate a [🚀 Regular Release Checklist](https://github.com/wp-cli/wp-cli/issues/new?assignees=schlessera&labels=i%3A+scope%3Adistribution&template=4-REGULAR_RELEASE_CHECKLIST.md&title=Release+checklist+for+v2.x.x) - applies to major (2.x.x) and minor (x.1.x) releases.
|
|
* Generate a [🔧 Patch Release Checklist](https://github.com/wp-cli/wp-cli/issues/new?assignees=schlessera&labels=i%3A+scope%3Adistribution&template=5-PATCH_RELEASE_CHECKLIST.md&title=Release+checklist+for+v2.x.x) - applies to patch (x.x.1) releases only.
|
|
|
|
As a first step for initiating a release process, the corresponding checklist should be generated and added to the milestone it relates to.
|