mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
[release-notes] Move 'coming' applies_to to the correct spot
This commit is contained in:
parent
9b2252afb2
commit
40b486a6b9
1 changed files with 8 additions and 7 deletions
|
@ -28,16 +28,17 @@ for(bundle in changelogBundles) {
|
|||
def nonNotableHighlights = bundle.nonNotableHighlights
|
||||
def unqualifiedVersion = bundle.unqualifiedVersion
|
||||
def coming = !bundle.bundle.released
|
||||
|
||||
if (coming) {
|
||||
print "\n"
|
||||
print "```{applies_to}\n"
|
||||
print "stack: coming ${version}\n"
|
||||
print "```"
|
||||
}
|
||||
%>
|
||||
## ${unqualifiedVersion} [elasticsearch-${versionForIds}-release-notes]
|
||||
<%
|
||||
|
||||
if (coming) {
|
||||
print "```{applies_to}\n"
|
||||
print "stack: coming ${version}\n"
|
||||
print "```"
|
||||
print "\n"
|
||||
}
|
||||
|
||||
if (!notableHighlights.isEmpty() || !nonNotableHighlights.isEmpty()) {
|
||||
print "\n### Highlights [elasticsearch-${versionForIds}-highlights]\n"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue