slawekjaranowski commented on code in PR #303:
URL: 
https://github.com/apache/maven-gh-actions-shared/pull/303#discussion_r3795759772


##########
.github/release-drafter.yml:
##########
@@ -36,55 +36,58 @@ categories:
     labels:
       - deprecated
 
-  - title: ":tada: Major features and improvements"
-    labels:
-      - major-enhancement
-      - major-rfe
-
-  - title: 🐛 Major bug fixes
-    labels:
-      - major-bug
-
   - 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 
 
   - title: 📝 Documentation updates
     labels:
       - documentation
 
   - title: 👻 Maintenance
     labels: 
-      - chore
-      - internal
       - maintenance
+      - chore
 
   - title: 🔧 Build
     labels:
       - build      
 
   - title: 🚦 Tests
     labels: 
-      - test
       - tests
 
   # Default label used by Dependabot
   - title: 📦 Dependency updates
     labels:
       - dependencies
+    collapse-after: 10
+
+version-resolver:

Review Comment:
   We use a `version` action options, so all calculated versions are override
   
   https://github.com/release-drafter/release-drafter#action-inputs
   
   
   
https://github.com/apache/maven-gh-actions-shared/blob/07649a12f6dacdb747f586cdd6f5cb52b1993eff/.github/workflows/release-drafter.yml#L90



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to