Skip to content

Commit

Permalink
perf: release
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemarquesdev committed Nov 27, 2023
1 parent 123bbff commit aed20ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .release-it.json

This file was deleted.

18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,23 @@
"node_modules/",
"lib/"
],
"release-it": "./release-it.config.js",
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"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 aed20ed

Please sign in to comment.