Skip to content

Commit

Permalink
add release-it (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Bill Dami <[email protected]>
billdami and bdami-gavant authored Mar 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ec70cf4 commit 321dacc
Showing 2 changed files with 1,937 additions and 71 deletions.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,8 @@
"preview": "vite preview",
"test": "vitest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"release": "release-it"
},
"dependencies": {
"react-number-format": "^5.3.3"
@@ -54,6 +55,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
"release-it": "^17.1.1",
"storybook": "^8.0.0",
"styled-components": "^6.1.8",
"typescript": "^5.2.2",
@@ -69,5 +71,19 @@
},
"engines": {
"node": ">= 18"
},
"release-it": {
"npm": false,
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
1,990 changes: 1,920 additions & 70 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 321dacc

Please sign in to comment.