File tree Expand file tree Collapse file tree 3 files changed +359
-4
lines changed
Expand file tree Collapse file tree 3 files changed +359
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,22 @@ export default {
44 git : {
55 commitArgs : [ "--no-verify" ] ,
66 } ,
7+ github : {
8+ release : true ,
9+ } ,
10+ plugins : {
11+ "@release-it/conventional-changelog" : {
12+ preset : {
13+ name : "conventionalcommits" ,
14+ types : [
15+ { type : "feat" , section : "Features" } ,
16+ { type : "fix" , section : "Bug Fixes" } ,
17+ { type : "refactor" , section : "Refactors" } ,
18+ { type : "perf" , section : "Performance" } ,
19+ ] ,
20+ } ,
21+ infile : "CHANGELOG.md" ,
22+ header : "# Changelog" ,
23+ } ,
24+ } ,
725} satisfies Config ;
Original file line number Diff line number Diff line change 214214 "@eslint/js" : " ^9.30.1" ,
215215 "@expo/metro-config" : " ~54.0.5" ,
216216 "@ianvs/prettier-plugin-sort-imports" : " ^4.4.2" ,
217+ "@release-it/conventional-changelog" : " ^10.0.5" ,
217218 "@tailwindcss/postcss" : " ^4.1.12" ,
218219 "@testing-library/react-native" : " ^13.3.3" ,
219220 "@tsconfig/react-native" : " ^3.0.6" ,
You can’t perform that action at this time.
0 commit comments