Skip to content

Commit

Permalink
chore: updated release-it configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
avishayil committed Jan 31, 2023
1 parent 86c185a commit 896d1a0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
19 changes: 19 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s",
"requireBranch": "master"
},
"npm": {
"publish": true,
"allowSameVersion": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
17 changes: 0 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,6 @@
"trailingComma": "es5",
"useTabs": false
},
"release-it": {
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
Expand Down

0 comments on commit 896d1a0

Please sign in to comment.