Update README and reference docs to avoid duplication of content

This commit is contained in:
Andy Wilkinson
2015-06-24 11:45:30 +01:00
parent 1ae014dc53
commit 8a0b07576d
9 changed files with 182 additions and 429 deletions

View File

@@ -16,5 +16,6 @@ asciidoctor {
sources {
include 'index.adoc'
}
attributes 'revnumber': project.version
attributes 'revnumber': project.version,
'branch-or-tag': project.version.endsWith('SNAPSHOT') ? 'master': "v${project.version}"
}