Skip to content

Commit 010dfc5

Browse files
committed
Add plugin-data for release workflow
1 parent 3ede9e8 commit 010dfc5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.distignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
.gitattributes
1111
.gitignore
1212
.nvmrc
13+
.plugin-data
1314
.wp-env.json
1415
CHANGELOG.md
1516
composer.json

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/.gitattributes export-ignore
99
/.gitignore export-ignore
1010
/.nvmrc export-ignore
11+
/.plugin-data export-ignore
1112
/.wp-env.json export-ignore
1213
/CHANGELOG.md export-ignore
1314
/LICENSE.md export-ignore

.plugin-data

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"version": "1.0.0",
3+
"slug": "multisite-shared-blocks"
4+
}

0 commit comments

Comments
 (0)