Skip to content

Commit

Permalink
feat: add more release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Aug 25, 2022
1 parent 9dae127 commit 77c9cdb
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 9 deletions.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kingstinct/react",
"version": "0.7.0",
"version": "0.7.1",
"description": "Kingstinct Hooks Utility Library",
"author": "Robert Herber",
"license": "MIT",
Expand Down Expand Up @@ -43,6 +43,7 @@
"@react-native-community/netinfo": "^9.3.0",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"@release-it/conventional-changelog": "^5.1.0",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
Expand Down Expand Up @@ -107,6 +108,17 @@
"ts-jest": "27",
"typescript": ">=4"
},
"release-it": {
"git": {
"commitMessage": "chore: release v${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
},
"engines": {
"node": ">=10"
},
Expand Down
Loading

0 comments on commit 77c9cdb

Please sign in to comment.