Skip to content

Commit 6b4bf06

Browse files
committed
Convert alpha warning in changelog to markdown as it was missed when we moved from html to markdown
1 parent 33cb3de commit 6b4bf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def changeLogResolver = { ->
666666
generatedChangelog = 'Warning: Mekanism is currently in alpha, and is not recommended for widespread use in modpacks. There are likely to be game breaking bugs, ' +
667667
'and updating from one alpha to the next may cause various mekanism blocks to disappear/void their contents. While we will try to not have this happen/keep ' +
668668
'it to a minimum make sure to make backups. You can read more about the alpha state of this project [here](https://github.com/mekanism/Mekanism#alpha-status).' +
669-
"<br> $generatedChangelog"
669+
"\n\n$generatedChangelog"
670670
}
671671
resolvedChangelog = generatedChangelog
672672
return generatedChangelog

0 commit comments

Comments
 (0)