File tree Expand file tree Collapse file tree 1 file changed +106
-2
lines changed
packages/react-native-sortables Expand file tree Collapse file tree 1 file changed +106
-2
lines changed Original file line number Diff line number Diff line change 1313 "BREAKING CHANGES",
1414 "BREAKING"
1515 ]
16- }
16+ },
17+ "releaseRules": [
18+ {
19+ "type": "feat",
20+ "release": "minor"
21+ },
22+ {
23+ "type": "fix",
24+ "release": "patch"
25+ },
26+ {
27+ "type": "perf",
28+ "release": "patch"
29+ },
30+ {
31+ "type": "chore",
32+ "release": "patch"
33+ },
34+ {
35+ "type": "ci",
36+ "release": "patch"
37+ },
38+ {
39+ "type": "build",
40+ "release": "patch"
41+ },
42+ {
43+ "type": "refactor",
44+ "release": "patch"
45+ },
46+ {
47+ "type": "style",
48+ "release": "patch"
49+ },
50+ {
51+ "type": "test",
52+ "release": "patch"
53+ },
54+ {
55+ "type": "security",
56+ "release": "patch"
57+ },
58+ {
59+ "type": "deps",
60+ "release": "patch"
61+ },
62+ {
63+ "breaking": true,
64+ "release": "major"
65+ }
66+ ]
1767 }
1868 ],
1969 [
2777 "BREAKING"
2878 ]
2979 },
80+ "presetConfig": {
81+ "types": [
82+ {
83+ "type": "feat",
84+ "section": "✨ Features"
85+ },
86+ {
87+ "type": "fix",
88+ "section": "🐛 Bug Fixes"
89+ },
90+ {
91+ "type": "perf",
92+ "section": "⚡ Performance Improvements"
93+ },
94+ {
95+ "type": "chore",
96+ "section": "🔧 Other Changes"
97+ },
98+ {
99+ "type": "ci",
100+ "section": "🔧 Other Changes"
101+ },
102+ {
103+ "type": "build",
104+ "section": "🔧 Other Changes"
105+ },
106+ {
107+ "type": "refactor",
108+ "section": "♻️ Code Quality"
109+ },
110+ {
111+ "type": "style",
112+ "section": "♻️ Code Quality"
113+ },
114+ {
115+ "type": "test",
116+ "section": "🔧 Other Changes"
117+ },
118+ {
119+ "type": "security",
120+ "section": "🔧 Other Changes"
121+ },
122+ {
123+ "type": "deps",
124+ "section": "🔧 Other Changes"
125+ },
126+ {
127+ "type": "revert",
128+ "section": "⏪ Reverts"
129+ }
130+ ]
131+ },
30132 "writerOpts": {
31133 "commitsSort": [
32134 "subject",
33135 "scope"
34- ]
136+ ],
137+ "groupBy": "type",
138+ "commitGroupsSort": "title"
35139 }
36140 }
37141 ],
You can’t perform that action at this time.
0 commit comments