diff --git a/.changeset/tame-walls-suffer.md b/.changeset/tame-walls-suffer.md new file mode 100644 index 00000000..1609647f --- /dev/null +++ b/.changeset/tame-walls-suffer.md @@ -0,0 +1,5 @@ +--- +"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch +--- + +chore: Fixes an issue for the release process to include all plugin files. diff --git a/plugins/wp-graphql-webhooks/.gitattributes b/plugins/wp-graphql-webhooks/.gitattributes index 3b84e2d6..8e416105 100644 --- a/plugins/wp-graphql-webhooks/.gitattributes +++ b/plugins/wp-graphql-webhooks/.gitattributes @@ -18,4 +18,3 @@ /composer.lock export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore -/wp-graphql-webhooks.php export-ignore \ No newline at end of file diff --git a/plugins/wp-graphql-webhooks/composer.json b/plugins/wp-graphql-webhooks/composer.json index eed72e74..1b72e1b2 100644 --- a/plugins/wp-graphql-webhooks/composer.json +++ b/plugins/wp-graphql-webhooks/composer.json @@ -100,11 +100,17 @@ "/.*", "/assets", "/bin", - "/wp-graphql-webhooks", "/composer.lock", + "/docker-compose.yml", "/examples", + "/package-lock.json", + "/package.json", + "/phpcs", "/phpstan.neon.dist", - "/README.md" + "/plugin-build", + "psalm.xml", + "/README.md", + "/Sniffs" ] }, "provide": {