File tree Expand file tree Collapse file tree 3 files changed +1242
-1601
lines changed
Expand file tree Collapse file tree 3 files changed +1242
-1601
lines changed Original file line number Diff line number Diff line change 66jobs :
77 release :
88 runs-on : ubuntu-latest
9+ permissions :
10+ contents : write
11+ id-token : write
12+ packages : write
913 steps :
1014 - name : Checkout
1115 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 7070 "@commitlint/config-conventional" : " ^17.0.2" ,
7171 "@evilmartians/lefthook" : " ^1.5.0" ,
7272 "@react-native/eslint-config" : " ^0.73.1" ,
73- "@release-it/conventional-changelog" : " ^5 .0.0 " ,
73+ "@release-it/conventional-changelog" : " ^10 .0.1 " ,
7474 "@types/jest" : " ^29.5.5" ,
7575 "@types/react" : " ^18.2.44" ,
7676 "commitlint" : " ^17.0.2" ,
8383 "react" : " 18.2.0" ,
8484 "react-native" : " 0.74.5" ,
8585 "react-native-builder-bob" : " ^0.29.0" ,
86- "release-it" : " ^15 .0.0 " ,
86+ "release-it" : " ^19 .0.5 " ,
8787 "turbo" : " ^1.10.7" ,
8888 "typescript" : " ^5.2.2"
8989 },
111111 ]
112112 },
113113 "release-it" : {
114+ "$schema" : " https://unpkg.com/release-it@19/schema/release-it.json" ,
114115 "git" : {
115116 "commitMessage" : " chore: release ${version}" ,
116117 "tagName" : " v${version}"
123124 },
124125 "plugins" : {
125126 "@release-it/conventional-changelog" : {
126- "preset" : " angular"
127+ "preset" : {
128+ "name" : " angular"
129+ },
130+ "infile" : " CHANGELOG.md"
127131 }
128132 }
129133 },
188192 "languages" : " kotlin-swift" ,
189193 "version" : " 0.40.0"
190194 }
191- }
195+ }
You can’t perform that action at this time.
0 commit comments