diff --git a/.github/release.yml b/.github/release.yml index 070010c..29ceb67 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -3,40 +3,21 @@ changelog: - title: 🚀 Novas Funcionalidades labels: - 'feature' - - 'enhancement' - + - 'enhancement' - title: 🐛 Correções de Bugs labels: - 'bug' - 'fix' - - title: 🛠️ Melhorias labels: - 'improvement' - 'refactor' - 'optimization' - - title: 📝 Documentação labels: - 'documentation' - 'docs' - - title: 🔧 Outras Mudanças labels: - 'chore' - 'maintenance' - -template: - - | - ## 📦 Nova Release: ${{ version }} - - ${{ date }} - - ${{ body }} - - --- - **Resumo das Mudanças:** - - ${{ changelog }} - - ---