Skip to content

Commit 4b4800a

Browse files
Merge pull request #892 from Iterable/feature/SDK-119-upgrade-release-it
[SDK-119] Upgrade release it
2 parents cf07cde + 3d2e502 commit 4b4800a

2 files changed

Lines changed: 945 additions & 1032 deletions

File tree

package.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,15 @@
7878
"@react-native/metro-config": "0.85.3",
7979
"@react-native/typescript-config": "0.85.3",
8080
"@react-navigation/native": "^7.1.14",
81-
"@release-it/conventional-changelog": "^9.0.4",
81+
"@release-it/conventional-changelog": "^11.0.1",
8282
"@testing-library/react-native": "^13.3.3",
8383
"@types/jest": "^29.5.14",
8484
"@types/react": "^19.2.0",
8585
"@typescript-eslint/eslint-plugin": "^8.13.0",
8686
"@typescript-eslint/parser": "^8.13.0",
8787
"baseline-browser-mapping": "^2.10.29",
8888
"commitlint": "^19.6.1",
89+
"conventional-changelog-conventionalcommits": "^9.3.1",
8990
"del-cli": "^5.1.0",
9091
"dpdm": "^4.2.0",
9192
"eslint": "^9.39.5",
@@ -104,7 +105,7 @@
104105
"react-native-screens": ">=4.19.0 <4.25.0",
105106
"react-native-webview": "^13.14.1",
106107
"react-test-renderer": "19.2.3",
107-
"release-it": "^17.10.0",
108+
"release-it": "^20.2.1",
108109
"turbo": "^1.10.7",
109110
"typedoc": "^0.28.13",
110111
"typedoc-plugin-coverage": "^3.3.0",
@@ -155,17 +156,20 @@
155156
},
156157
"plugins": {
157158
"@release-it/conventional-changelog": {
158-
"preset": "angular",
159-
"types": [
160-
{
161-
"type": "feat",
162-
"section": "Features"
163-
},
164-
{
165-
"type": "fix",
166-
"section": "Bug Fixes"
167-
}
168-
]
159+
"preset": {
160+
"name": "conventionalcommits",
161+
"types": [
162+
{
163+
"type": "feat",
164+
"section": "Features"
165+
},
166+
{
167+
"type": "fix",
168+
"section": "Bug Fixes"
169+
}
170+
]
171+
},
172+
"infile": "CHANGELOG.md"
169173
}
170174
}
171175
},

0 commit comments

Comments
 (0)