From c60ca871a5e56cefc18b8317daecf48b1c09daf1 Mon Sep 17 00:00:00 2001 From: Louan Fontenele Date: Sat, 28 Dec 2024 23:54:58 -0300 Subject: [PATCH] Delete .github/workflows/release-drafter.yml --- .github/workflows/release-drafter.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/release-drafter.yml diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml deleted file mode 100644 index 63b6c8f..0000000 --- a/.github/workflows/release-drafter.yml +++ /dev/null @@ -1,23 +0,0 @@ -name-template: 'Release ${{ nextReleaseVersion }} 🚀' -tag-template: 'v${{ nextReleaseVersion }}' -categories: - - title: '🚀 Features' - labels: - - 'feature' - - title: '🐛 Bug Fixes' - labels: - - 'bug' - - title: '🛠️ Maintenance' - labels: - - 'chore' - - 'refactor' - - title: '🧩 Dependencies' - labels: - - 'dependencies' -change-template: '- $TITLE by @$AUTHOR in #$NUMBER' -template: | - ## What's Changed - $CHANGES - - ## 📦 Full Changelog - [Compare Changes](https://github.com/${{ github.repository }}/compare/${{ previousTag }}...${{ currentTag }})