acorns 1.2.4

Generate an AsciiDoc release notes document from tracking tickets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[id="{{ id }}"]
= {{ title }}

{{ intro_abstract }}

// A note that explains why some links aren't clickable. You can override the attribute in your manual doc files.
ifndef::fn-private[]
:fn-private: pass:c,q[footnote:private[This ticket is not publicly accessible. Therefore, the release note does not include a link to the ticket.]]
endif::[]

{% for release_note in release_notes %}
{{ release_note }}
{% endfor %}