This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/main by this push:
     new cd14ae3  Reorder items in release drafter template
cd14ae3 is described below

commit cd14ae3332985d5110b3249401a0ce1609768a85
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Mar 16 23:00:18 2025 +0100

    Reorder items in release drafter template
    
    - put the deprecated items more upper
    
    - put the dependencies updates at the end
---
 .github/release-drafter.yml | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 7a2a184..b32373a 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -24,50 +24,64 @@ filter-by-commitish: true
 
 # Emoji reference: https://gitmoji.carloscuesta.me/
 categories:
+
   - title: ":boom: Breaking changes"
     labels: 
       - breaking
+
   - title: 🚨 Removed
     label: removed
+
+  - title: ⚠️ Deprecated
+    label: deprecated
+
   - title: ":tada: Major features and improvements"
     labels:
       - major-enhancement
       - major-rfe
+
   - title: 🐛 Major bug fixes
     labels:
       - major-bug
-  - title: ⚠️ Deprecated
-    label: deprecated
+
   - title: 🚀 New features and improvements
     labels:
       - enhancement
       - feature
       - rfe
+
   - title: 🐛 Bug Fixes
     labels:
       - bug
       - fix
       - bugfix
       - regression
+
   - title: ":construction_worker: Changes for developers"
     labels:
       - developer 
-  # Default label used by Dependabot
-  - title: 📦 Dependency updates
-    label: dependencies
+
   - title: 📝 Documentation updates
     label: documentation
+
   - title: 👻 Maintenance
     labels: 
       - chore
       - internal
       - maintenance
+
   - title: 🔧 Build
     label: build      
+
   - title: 🚦 Tests
     labels: 
       - test
       - tests
+
+  # Default label used by Dependabot
+  - title: 📦 Dependency updates
+    label: dependencies
+
 exclude-labels:
   - reverted
   - no-changelog

Reply via email to