Releases: wp-cli/scaffold-package-command
Releases · wp-cli/scaffold-package-command
Version 2.1.0
- Regenerate README file [#244]
- Require framework version 2.11.x [#243]
- Use a dynamic branch name in the README [#241]
- Add behat file in the list of files to be copied scaffolding package tests [#240]
- Add phpcbf composer script in scaffolded composer file [#238]
- Add
githuboption for--ciin scaffold package tests [#237] - Improve URL validation for scaffold package readme section [#234]
- Add pre post message example for scaffold readme [#232]
- Switch up CircleCI dependencies to get tests running again [#230]
- Fix scaffold package tests command docs [#229]
- Regenerate README file [#226]
- Fix typo in package-readme command doc [#225]
Version 2.0.5
Version 2.0.4
Version 2.0.3
- Adds custom branch support to
wp scaffold package-readmecommand [#206].
Version 2.0.2
Version 2.0.1
- Improve
README.mdtemplates [#197]
Version 2.0.0
Version 0.5.0
- Adds a
--skip-installflag to package scaffolding [#133]. - Links to pull request guidelines in the
PULL_REQUEST_TEMPLATE[#134]. - Adds
.swp,*.txt, and*.logto.distignoreand.gitignore[#135, #152]. - Scaffolds GitHub issue and pull request templates by default [#139, #162].
- Scaffolds a
.github/settings.ymlwith package description and labels [#154]. - Increases Circle memory to
1024Mto avoid Composer issues [#173]. - Updates
circle.ymlto use its v2 API [#177].
Version 0.4.0
- Bundled commands mention they're included with WP-CLI [#110].
- README installing instructions default to Git installation [#111].
- Improvements to scaffolded CONTRIBUTING guidelines [#128, #124, #117, #131].
- Adds support policy to scaffolded README [#130].
- Converts '~/' when supplied in
$package_dir[#127]. - Permits running PHPUnit tests, if they exist [#126].
- Clarifies help text and error messages for invalid
<dir>values [#114]. - Fixes error message: expected key is 'extra', not 'extras' [#122].
Version 0.3.0
- Only adds commands if the
scaffoldcommand is already loaded. - Adds
scaffold package-githubcommand to generate default GitHub templates. - Skip creating
features/load-wp.featureis thefeaturesfolder already contains a feature. - Use
PSR-4for autoloading. - Launch other WP-CLI processes through
WP-CLI::runcommand(). - Various dependency and testing updates.