1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
changelog: exclude: labels: [skip-changelog] authors: [dependabot] categories: - title: "⚡ Performance" labels: [performance] - title: "🐛 Bug Fixes" labels: [bug, fix] - title: "✨ New Features" labels: [enhancement, feature] - title: "🔧 Maintenance" labels: [chore, maintenance] - title: "📝 Documentation" labels: [documentation] - title: "Other Changes" labels: ["*"]