Skip to content

Commit 798f71a

Browse files
authored
chore: add additional sections to the release notes (#449)
## This PR - Adds additional sections to the release notes. ### Notes Now with more emojis πŸ”₯ πŸ’₯ πŸ’― Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent f91d91b commit 798f71a

File tree

1 file changed

+56
-3
lines changed

1 file changed

+56
-3
lines changed

β€Žrelease-please-config.json

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,62 @@
88
"prerelease": false,
99
"bump-minor-pre-major": true,
1010
"bump-patch-for-minor-pre-major": true,
11-
"extra-files": [
12-
"snap/snapcraft.yaml"
11+
"extra-files": ["snap/snapcraft.yaml"],
12+
"changelog-sections": [
13+
{
14+
"type": "feat",
15+
"section": "✨ New Features"
16+
},
17+
{
18+
"type": "fix",
19+
"section": "πŸ› Bug Fixes"
20+
},
21+
{
22+
"type": "chore",
23+
"section": "🧹 Chore"
24+
},
25+
{
26+
"type": "docs",
27+
"section": "πŸ“š Documentation"
28+
},
29+
{
30+
"type": "perf",
31+
"section": "πŸš€ Performance"
32+
},
33+
{
34+
"type": "build",
35+
"hidden": true,
36+
"section": "πŸ› οΈ Build"
37+
},
38+
{
39+
"type": "deps",
40+
"section": "πŸ“¦ Dependencies"
41+
},
42+
{
43+
"type": "ci",
44+
"hidden": true,
45+
"section": "🚦 CI"
46+
},
47+
{
48+
"type": "refactor",
49+
"section": "πŸ”„ Refactoring"
50+
},
51+
{
52+
"type": "revert",
53+
"section": "πŸ”™ Reverts"
54+
},
55+
{
56+
"type": "style",
57+
"hidden": true,
58+
"section": "🎨 Styling"
59+
},
60+
{
61+
"type": "test",
62+
"hidden": true,
63+
"section": "πŸ§ͺ Tests"
64+
}
1365
]
1466
}
15-
}
67+
},
68+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1669
}

0 commit comments

Comments
Β (0)