Skip to content

Commit 33b9e68

Browse files
committed
Created changeset file to trigger the changeset bot
1 parent 94b029d commit 33b9e68

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.changeset/config.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "wpengine/hwptoolkit" }
6+
],
7+
"commit": false,
8+
"linked": [],
9+
"access": "public",
10+
"baseBranch": "main",
11+
"updateInternalDependencies": "patch",
12+
"ignore": [
13+
"docs/",
14+
"examples/",
15+
"packages/"
16+
],
17+
"packages": [
18+
"plugins/*"
19+
]
20+
}

0 commit comments

Comments
 (0)