janhoy commented on code in PR #3044:
URL: https://github.com/apache/solr/pull/3044#discussion_r2446489723


##########
changelog/logchange-config.yml:
##########
@@ -17,44 +17,43 @@
 
 # More info about configuration you can find 
https://github.com/logchange/logchange#configuration
 changelog:
-  heading: Some information that will be display in the top of CHANGELOG.md
-  unreleasedVersionDir: unreleased
-  #  You can define custom entry types, which overriders default ones
-  #  [added/changed/deprecated/removed/fixed/security/dependency_update/other]
-  #  Remember to adjust labels below, to match new entry types f.e. add: New 
features
-  #  entryTypes: # you can define custom entry types
-  #    - key: add
-  #      order: 1
-  #    - key: fix
-  #      order: 2
-  #    - key: change
-  #      order: 3
-  #    - key: other
-  #      order: 4
+  heading: This file lists Solr's raw release notes with details of every 
change to Solr. Most people will find the solr-upgrade-notes.adoc file more 
approachable. 
https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc
+  entryTypes: # you can define custom entry types
+    - key: upgrade_notes
+      order: 1
+    - key: added
+      order: 2
+    - key: changed
+      order: 3
+    - key: fixed
+      order: 4
+    - key: deprecated
+      order: 5
+    - key: removed
+      order: 6
+    - key: dependency_update
+      order: 7
+    - key: security
+      order: 8
+    - key: other
+      order: 9
   labels:
     unreleased: unreleased
     important_notes: Important notes
     types:
       entryTypesLabels:
-        security: Security
-        other: Other
-        removed: Removed
         added: Added
-        deprecated: Deprecated
-        fixed: Fixed
-        dependency_update: Dependency updates
         changed: Changed
+        fixed: Fixed
+        deprecated: Deprecated
+        removed: Removed
+        dependency_update: Dependency Upgrades
+        security: Security
+        other: Other
+        upgrade_notes: Upgrade Notes

Review Comment:
   You mean the `upgrade_notes`? Just added it in since our first releases had 
that as a category until we got the ref-guide. So we could just as well show 
that category for the first releases. It is NOT documented in the dev-docs, 
should not be used..



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to