Skip to content

Commit

Permalink
Add linebreak after github link in curseforge release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
founderio committed Dec 26, 2018
1 parent c1fcc05 commit 25acd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ curseforge {
changelog = {
File f = file('build/changelog.md')
if (f.exists()) {
return "https://github.com/Team-IO/taam/releases/tag/${config.mc_version}-${config.mod_version}\n" + f.readLines().join("\n")
return "https://github.com/Team-IO/taam/releases/tag/${config.mc_version}-${config.mod_version}\n\n" + f.readLines().join("\n")
}
return "https://github.com/Team-IO/taam/releases/tag/${config.mc_version}-${config.mod_version}"
}
Expand Down

0 comments on commit 25acd31

Please sign in to comment.