We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b029d commit 33b9e68Copy full SHA for 33b9e68
.changeset/config.json
@@ -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