File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
plugins/wp-graphql-webhooks Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @wpengine/wpgraphql-webhooks-wordpress-plugin " : patch
3+ ---
4+
5+ chore: Fixes an issue for the release process to include all plugin files.
Original file line number Diff line number Diff line change 1818/composer.lock export-ignore
1919/phpstan.neon.dist export-ignore
2020/phpunit.xml.dist export-ignore
21- /wp-graphql-webhooks.php export-ignore
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments