.github/release.yml
changelog: exclude: labels: - "duplicate" - "question" - "invalid" - "wontfix" categories: - title: "**๐ฅ Breaking:**" labels: - "bc break" - title: "**๐ฐ Enhancements:**" labels: - "enhancement" - title: "**๐ Bugs:**" labels: - "bug" - title: "**๐ Deprecated:**" labels: - "deprecated" - title: "**๐ Removed:**" labels: - "removed" - title: "**๐ก Security:**" labels: - "security" - title: "**๐ธ Dependencies:**" labels: - "dependencies" - title: "**๐งน Maintenance:**" labels: - "maintenance" - title: "**๐ฆ Documentation:**" labels: - "documentation" - title: "** Other Changes **" labels: - "*"