We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737af7a commit 3c0ceddCopy full SHA for 3c0cedd
.release-it.json
@@ -7,6 +7,11 @@
7
"commitMessage": "chore: release %s",
8
"tagName": "v%s"
9
},
10
+ "plugins": {
11
+ "@release-it/conventional-changelog": {
12
+ "preset": "angular"
13
+ }
14
+ },
15
"npm": {
16
"publish": true
17
package.json
@@ -41,6 +41,7 @@
41
"devDependencies": {
42
"@commitlint/config-conventional": "^7.5.0",
43
"@react-native-community/bob": "^0.9.3",
44
+ "@release-it/conventional-changelog": "^1.1.0",
45
"@types/react": "^16.8.14",
46
"@types/react-native": "^0.57.50",
47
"@typescript-eslint/eslint-plugin": "^1.7.0",
0 commit comments