Skip to content

Add missing scaffold package markdown files - #529

Merged
ernilambar merged 1 commit into
wp-cli:mainfrom
ernilambar:fix-scaffold-package
Aug 1, 2024
Merged

Add missing scaffold package markdown files#529
ernilambar merged 1 commit into
wp-cli:mainfrom
ernilambar:fix-scaffold-package

Conversation

@ernilambar

@ernilambar ernilambar commented Aug 1, 2024

Copy link
Copy Markdown
Member

Fixes #485

@ernilambar
ernilambar marked this pull request as ready for review August 1, 2024 10:42
@ernilambar
ernilambar requested a review from a team as a code owner August 1, 2024 10:42
@swissspidy

Copy link
Copy Markdown
Member

Why were they ignored, is there anytging in the git history? 🤔

@ernilambar

ernilambar commented Aug 1, 2024

Copy link
Copy Markdown
Member Author

These are the ignored packages and those are supposed to be ignored:

$ignored = [
	'doctor',
	'google-sitemap',
	'maintenance',
	'maintenance/release',
	'super-cache',
];

But in the gitignore, this was added. So I think, it was an issue if mis-mapping:

commands/doctor*
commands/google-sitemap*
commands/maintenance*
commands/scaffold/package*
commands/super-cache*
@ernilambar ernilambar added this to the 2.11.0 milestone Aug 1, 2024
@ernilambar
ernilambar merged commit cc60bc1 into wp-cli:main Aug 1, 2024
@ernilambar
ernilambar deleted the fix-scaffold-package branch August 1, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants