File tree Expand file tree Collapse file tree 1 file changed +55
-1
lines changed Expand file tree Collapse file tree 1 file changed +55
-1
lines changed Original file line number Diff line number Diff line change 78
78
" README.md"
79
79
]
80
80
}
81
- }
81
+ },
82
+ "changelog-sections" : [
83
+ {
84
+ "type" : " fix" ,
85
+ "section" : " 🐛 Bug Fixes"
86
+ },
87
+ {
88
+ "type" : " feat" ,
89
+ "section" : " ✨ New Features"
90
+ },
91
+ {
92
+ "type" : " chore" ,
93
+ "section" : " 🧹 Chore"
94
+ },
95
+ {
96
+ "type" : " docs" ,
97
+ "section" : " 📚 Documentation"
98
+ },
99
+ {
100
+ "type" : " perf" ,
101
+ "section" : " 🚀 Performance"
102
+ },
103
+ {
104
+ "type" : " build" ,
105
+ "hidden" : true ,
106
+ "section" : " 🛠️ Build"
107
+ },
108
+ {
109
+ "type" : " deps" ,
110
+ "section" : " 📦 Dependencies"
111
+ },
112
+ {
113
+ "type" : " ci" ,
114
+ "hidden" : true ,
115
+ "section" : " 🚦 CI"
116
+ },
117
+ {
118
+ "type" : " refactor" ,
119
+ "section" : " 🔄 Refactoring"
120
+ },
121
+ {
122
+ "type" : " revert" ,
123
+ "section" : " 🔙 Reverts"
124
+ },
125
+ {
126
+ "type" : " style" ,
127
+ "hidden" : true ,
128
+ "section" : " 🎨 Styling"
129
+ },
130
+ {
131
+ "type" : " test" ,
132
+ "hidden" : true ,
133
+ "section" : " 🧪 Tests"
134
+ }
135
+ ]
82
136
}
You can’t perform that action at this time.
0 commit comments