-
Notifications
You must be signed in to change notification settings - Fork 112
WP CLI .distignore syntax is changing #139
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededneeds:engineeringThis requires engineering to resolve.This requires engineering to resolve.type:enhancementNew feature or request.New feature or request.
Milestone
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededneeds:engineeringThis requires engineering to resolve.This requires engineering to resolve.type:enhancementNew feature or request.New feature or request.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Code Review
Describe the bug
WP CLI's
.distignorefiles will soon support the full.gitignoresyntax. Users who write their.distignorefile with the larger syntax will encounter issues with10up/action-wordpress-plugin-deploy.wp-cli/dist-archive-command#78
Expected behavior
Users will expect a
.distignorefile to behave the same in both contexts.Additional context
There are no breaking changes with the existing syntax, the new syntax is a superset (according to the test cases in wp-cli/dist-archive-command).