Skip to content

Commit e58168e

Browse files
committed
Lowercase changelog
1 parent 92ffc92 commit e58168e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ subprojects {
136136
}
137137

138138
String versionChangelog() {
139-
List<String> lines = rootProject.file("CHANGELOG.md").readLines()
139+
List<String> lines = rootProject.file("changelog.md").readLines()
140140
StringBuilder builder = new StringBuilder()
141141
if ("${mod_version}" == lines.get(2).substring(3)) {
142142
for (int i = 4; i < lines.size(); i++) {

CHANGELOG.md changelog.md

File renamed without changes.

0 commit comments

Comments
 (0)