Skip to content

Commit 3c0cedd

Browse files
committed
chore: fix release it
1 parent 737af7a commit 3c0cedd

File tree

3 files changed

+275
-6
lines changed

3 files changed

+275
-6
lines changed

.release-it.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"commitMessage": "chore: release %s",
88
"tagName": "v%s"
99
},
10+
"plugins": {
11+
"@release-it/conventional-changelog": {
12+
"preset": "angular"
13+
}
14+
},
1015
"npm": {
1116
"publish": true
1217
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"devDependencies": {
4242
"@commitlint/config-conventional": "^7.5.0",
4343
"@react-native-community/bob": "^0.9.3",
44+
"@release-it/conventional-changelog": "^1.1.0",
4445
"@types/react": "^16.8.14",
4546
"@types/react-native": "^0.57.50",
4647
"@typescript-eslint/eslint-plugin": "^1.7.0",

0 commit comments

Comments
 (0)