Skip to content

Commit 32e2471

Browse files
committed
chore: ⬆️ personnalisation des sections du CHANGELOG
1 parent 60f1f08 commit 32e2471

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

release-please-config.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,37 @@
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+
}

0 commit comments

Comments
 (0)