We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
changelog-sections
1 parent d4595bf commit 5355f98Copy full SHA for 5355f98
release-please-config.json
@@ -1,6 +1,43 @@
1
{
2
"release-type": "python",
3
"target-branch": "main",
4
+ "changelog-sections": [
5
+ {
6
+ "type": "feat",
7
+ "section": "✨ Features",
8
+ "hidden": false
9
+ },
10
11
+ "type": "fix",
12
+ "section": "🐛 Bug Fixes",
13
14
15
16
+ "type": "perf",
17
+ "section": "⚡ Performance Improvements",
18
19
20
21
+ "type": "chore",
22
+ "section": "🤡 Other Changes",
23
24
25
26
+ "type": "docs",
27
+ "section": "📖 Documentation",
28
29
30
31
+ "type": "ci",
32
+ "section": "🚀 CI/CD Pipeline",
33
34
35
36
+ "type": "tests",
37
+ "section": "🔧 Testing",
38
39
+ }
40
+ ],
41
"packages": {
42
".": {
43
"extra-files": [
0 commit comments