Skip to content

Commit

Permalink
build(release-it): repleace release with release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Sep 1, 2022
1 parent 6629d1b commit 2de7247
Show file tree
Hide file tree
Showing 2 changed files with 1,166 additions and 63 deletions.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"storybook": "start-storybook -p 6006 --quiet",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"release": "npx release"
"release": "yarn release-it"
},
"tsup": {
"entry": [
Expand Down Expand Up @@ -68,6 +68,17 @@
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
}
},
"release-it": {
"git": {
"commitMessage": "chore(release): v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": false
}
},
"dependencies": {
"@iconify/react": "3.2.2"
},
Expand Down Expand Up @@ -109,6 +120,7 @@
"next-auth": "4.10.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"release-it": "15.4.1",
"storybook-addon-mock": "2.4.1",
"tsup": "6.2.3",
"typescript": "4.8.2"
Expand Down
Loading

0 comments on commit 2de7247

Please sign in to comment.