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


##########
dev-docs/changelog.adoc:
##########
@@ -0,0 +1,116 @@
+= Adding a Changelog Entry to Apache Solr
+:toc:
+:toclevels: 2
+:icons: font
+
+Since Solr 10.0 we no longer edit the monolithic *CHANGES.txt* file directly.
+Instead we create a small YAML fragment **per bug-fix or feature**, checked 
into
+`solr/changelog/unreleased-x.y.z/`. At build or release time these fragments 
are

Review Comment:
   Rework doc to talk about a single `unreleased` folder.



##########
gradle/libs.versions.toml:
##########
@@ -162,6 +162,7 @@ langchain4j = "0.35.0"
 link-checker = "1.4.2"
 littlerobots-versioncatalogupdate = "0.8.5"
 lmax-disruptor = "3.4.4"
+logchange = "1.19.5"

Review Comment:
   ```suggestion
   logchange = "1.19.10"
   ```



##########
.gitignore:
##########
@@ -3,6 +3,7 @@
 /gradle.properties
 .gradle/
 build/
+CHANGELOG.md

Review Comment:
   We'll have a top level CHANGELOG.md, so remove this
   ```suggestion
   ```



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