Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit b835e2a

Browse files
authored
Merge pull request #45 from storybookjs/chore/auto-config
chore: update auto configuration
2 parents 1b01a29 + 387f225 commit b835e2a

File tree

2 files changed

+487
-56
lines changed

2 files changed

+487
-56
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,14 @@
5757
}
5858
],
5959
"devDependencies": {
60+
"@auto-it/conventional-commits": "^10.31.0",
61+
"@auto-it/first-time-contributor": "^10.31.0",
62+
"@auto-it/released": "^10.31.0",
6063
"@size-limit/preset-small-lib": "^4.10.1",
6164
"@storybook/addons": "^6.4.0-alpha.17",
6265
"@storybook/client-api": "^6.4.0-alpha.17",
6366
"@storybook/react": "^6.4.0-alpha.17",
64-
"auto": "^10.20.4",
67+
"auto": "^10.31.0",
6568
"concurrently": "^6.0.0",
6669
"husky": "^5.1.3",
6770
"react": "^17.0.2",
@@ -81,5 +84,14 @@
8184
},
8285
"publishConfig": {
8386
"access": "public"
87+
},
88+
"auto": {
89+
"plugins": [
90+
"npm",
91+
"conventional-commits",
92+
"first-time-contributor",
93+
"released"
94+
],
95+
"onlyPublishWithReleaseLabel": true
8496
}
85-
}
97+
}

0 commit comments

Comments
 (0)