We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b9fe0 commit 8a8546aCopy full SHA for 8a8546a
release-please-config.json
@@ -14,5 +14,51 @@
14
],
15
"packages": {
16
".": {}
17
+ },
18
+ "changelog-sections": [
19
+ {
20
+ "type": "feat",
21
+ "section": "Features"
22
23
24
+ "type": "fix",
25
+ "section": "Bug Fixes"
26
27
28
+ "type": "revert",
29
+ "section": "Reverts"
30
31
32
+ "type": "perf",
33
+ "section": "Refactors"
34
35
36
+ "type": "refactor",
37
38
39
40
+ "type": "chore",
41
+ "section": "Chores"
42
43
44
+ "type": "ci",
45
46
47
48
+ "type": "build",
49
50
51
52
+ "type": "style",
53
54
55
56
+ "type": "docs",
57
+ "section": "Docs"
58
59
60
+ "type": "test",
61
+ "section": "Tests"
62
}
63
+ ]
64
0 commit comments