Polishing.

Use supported GH icon for bug fixes section as 🪲 supported is broken on some systems.

See #192
This commit is contained in:
Mark Paluch
2021-09-17 08:11:25 +02:00
parent eb6fa44f89
commit 0f75a88f07

View File

@@ -36,7 +36,7 @@ class ChangelogSections {
static {
List<ChangelogSection> sections = new ArrayList<>();
add(sections, ":star: New Features", "enhancement");
add(sections, ":beetle: Bug Fixes", "bug", "regression");
add(sections, ":lady_beetle: Bug Fixes", "bug", "regression");
add(sections, ":notebook_with_decorative_cover: Documentation", "documentation");
add(sections, ":hammer: Dependency Upgrades", "dependency-upgrade");
DEFAULT_SECTIONS = Collections.unmodifiableList(sections);