File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed
Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change 55 "bump-minor-pre-major" : false ,
66 "bump-patch-for-minor-pre-major" : false ,
77 "draft" : false ,
8- "prerelease" : false
8+ "prerelease" : false ,
9+ "changelog-sections" : [
10+ {
11+ "type" : " feat" ,
12+ "section" : " ✨ Fonctionnalités"
13+ },
14+ {
15+ "type" : " fix" ,
16+ "section" : " ✨ Corrections d’anomalies"
17+ },
18+ {
19+ "type" : " perf" ,
20+ "section" : " ⚡ Améliorations des performances"
21+ },
22+ {
23+ "type" : " docs" ,
24+ "section" : " 📖 Documentation"
25+ },
26+ {
27+ "type" : " chore" ,
28+ "section" : " 🧰 Tâches diverses"
29+ },
30+ {
31+ "type" : " refactor" ,
32+ "section" : " ♻️ Remaniement de code"
33+ },
34+ {
35+ "type" : " test" ,
36+ "section" : " ✅ Tests"
37+ }]
938 }
1039 },
1140 "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
12- }
41+ }
You can’t perform that action at this time.
0 commit comments