Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Mar 19, 2022
1 parent 8ca38d2 commit 25acd82
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 77 deletions.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,20 @@
"react-native",
"web",
"react-native-web"
]
],
"devDependencies": {
"release-it": "^14.13.0"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
}
}
}
Loading

0 comments on commit 25acd82

Please sign in to comment.