radle-git-changelog.0.2.0.source-code.html-template.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-git-changelog Show documentation
Show all versions of gradle-git-changelog Show documentation
Generate Git changelogs for Gradle projects
yieldUnescaped ''
html {
head {
meta('http-equiv':'"Content-Type" content="text/html; charset=utf-8"')
title("$title")
}
body {
h1("$title")
div {
headingsToCommitMap.each { k, v ->
if (k != "None") {
fragment "h2(title)", title: k
}
v.each {
fragment "li(commit)", commit: it
}
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy