Skip to content

Commit 6a6de4f

Browse files
authored
Merge pull request #319 from wpengine/chore-fix-webhooks-releae
chore: Fix for webhooks release zip.
2 parents ee32488 + 8fa52d1 commit 6a6de4f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.changeset/tame-walls-suffer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch
3+
---
4+
5+
chore: Fixes an issue for the release process to include all plugin files.

plugins/wp-graphql-webhooks/.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
/composer.lock export-ignore
1919
/phpstan.neon.dist export-ignore
2020
/phpunit.xml.dist export-ignore
21-
/wp-graphql-webhooks.php export-ignore

plugins/wp-graphql-webhooks/composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,17 @@
100100
"/.*",
101101
"/assets",
102102
"/bin",
103-
"/wp-graphql-webhooks",
104103
"/composer.lock",
104+
"/docker-compose.yml",
105105
"/examples",
106+
"/package-lock.json",
107+
"/package.json",
108+
"/phpcs",
106109
"/phpstan.neon.dist",
107-
"/README.md"
110+
"/plugin-build",
111+
"psalm.xml",
112+
"/README.md",
113+
"/Sniffs"
108114
]
109115
},
110116
"provide": {

0 commit comments

Comments
 (0)