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.
1 parent 4ff1328 commit 3fd691fCopy full SHA for 3fd691f
β.github/release-please/release-please-config.jsonβ
@@ -7,21 +7,25 @@
7
"tag-separator": "/",
8
"commit-search-depth": 400,
9
"changelog-sections": [
10
- {
11
- "type": "fix",
12
- "section": "π Bug Fixes"
13
- },
14
{
15
"type": "feat",
16
"section": "π New Features"
17
},
+ {
+ "type": "fix",
+ "section": "π Bug Fixes"
+ },
18
19
"type": "chore",
20
"section": "π§ Chores"
21
22
23
"type": "docs",
24
"section": "π Documentation"
25
26
27
+ "type": "ci",
28
+ "section": "βοΈ CI/CD"
29
}
30
],
31
"packages": {
0 commit comments