Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit f76f3b8

Browse files
committed
Merge branch 'fix/release-it'
2 parents 62f5ee7 + 73e9da9 commit f76f3b8

3 files changed

Lines changed: 666 additions & 15 deletions

File tree

.release-it.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"preReleaseId": "beta",
33
"scripts": {
4-
"beforeStart": "yarn test",
5-
"beforeStage": "conventional-changelog -i CHANGELOG.md -s -n node_modules/conventional-changelog-cz-emoji",
6-
"changelog": "conventional-changelog -n node_modules/conventional-changelog-cz-emoji | tail -n +3"
4+
"beforeStart": "yarn test"
75
},
86
"npm": {
97
"otp": true
108
},
119
"github": {
1210
"release": true
11+
},
12+
"plugins": {
13+
"@release-it/conventional-changelog": {
14+
"preset": "cz-emoji",
15+
"infile": "CHANGELOG.md"
16+
}
1317
}
1418
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@babel/core": "^7.4.3",
3333
"@babel/plugin-proposal-decorators": "^7.4.0",
3434
"@babel/runtime": "^7.4.3",
35+
"@release-it/conventional-changelog": "^1.0.2",
3536
"@types/jest": "^24.0.11",
3637
"@types/react-native": "^0.57.43",
3738
"@types/react-test-renderer": "^16.8.1",

0 commit comments

Comments
 (0)