Skip to content

Commit

Permalink
chore: updated release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jan 3, 2024
1 parent d746d85 commit d9bb26e
Show file tree
Hide file tree
Showing 3 changed files with 574 additions and 625 deletions.
12 changes: 4 additions & 8 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@
"git": {
"push": true,
"tagName": "v${version}",
"commitMessage": "chore: release v${version}",
"changelog": "auto-changelog --stdout --unreleased --template ./templates/changelog-template.hbs"
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true,
"releaseNotes": "auto-changelog --stdout --unreleased --template ./templates/release-template.hbs"
"release": true
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
"preset": "angular",
"infile": "CHANGELOG.md"
}
},
"hooks": {
"after:bump": "auto-changelog -p --template ./templates/changelog-template.hbs"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@react-native/eslint-config": "^0.72.2",
"@release-it/conventional-changelog": "^5.1.1",
"@release-it/conventional-changelog": "^8.0.1",
"@types/invariant": "^2.2.34",
"@types/react": "18.2.45",
"@types/react-native": "0.73.0",
Expand All @@ -64,7 +64,7 @@
"react-native-builder-bob": "^0.23.2",
"react-native-gesture-handler": "^2.14.0",
"react-native-reanimated": "^3.6.0",
"release-it": "^15.11.0",
"release-it": "^17.0.1",
"typescript": "^5.3.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d9bb26e

Please sign in to comment.