Skip to content

Commit

Permalink
feat(chore): add git url to release-it config, remove --no-increment …
Browse files Browse the repository at this point in the history
…opntion
  • Loading branch information
Shevchenko-Oleksii committed Nov 16, 2023
1 parent fedb2b4 commit e35a583
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepack": "bob build",
"release": "release-it --no-increment",
"release": "release-it",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn install && yarn example pods",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
Expand Down Expand Up @@ -106,7 +106,8 @@
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
"tagName": "v${version}",
"pushRepo": "git+https://github.com/reteno-com/reteno-react-native-sdk.git"
},
"npm": {
"publish": true
Expand Down

0 comments on commit e35a583

Please sign in to comment.