Skip to content

Commit d71c7c7

Browse files
chore: bootstrap releasing commands
1 parent b5fcda3 commit d71c7c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.release-it.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"github": {
3+
"release": true
4+
}
5+
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"prepare": "yarn format && yarn build",
2020
"audit:size": "size-limit",
2121
"storybook:start": "start-storybook -p 6006",
22-
"storybook:build": "build-storybook"
22+
"storybook:build": "build-storybook",
23+
"release": "release-it"
2324
},
2425
"peerDependencies": {
2526
"react": ">=16"
@@ -60,6 +61,7 @@
6061
"react": "^17.0.2",
6162
"react-dom": "^17.0.2",
6263
"react-is": "^17.0.2",
64+
"release-it": "^14.12.4",
6365
"size-limit": "^7.0.5",
6466
"tsdx": "^0.14.1",
6567
"tslib": "^2.3.1",

0 commit comments

Comments
 (0)