Sha256: f37d982bd8190075801cf21927b6acb8888a89e4cf69067e549833608fc06863

Contents?: true

Size: 660 Bytes

Versions: 8

Compression:

Stored size: 660 Bytes

Contents

[[release-notes-{{ rvsn_hash_mini }}]]
=== Release Notes for v{{ rvsn.code }}
{% for grp in rn_groups %}
{%-  assign grp_name_def = grp.slug | capitalize %}
{%-  assign notes = rvsn_work | where: rn_groupby, grp.slug | where_exp:"i","i.note != nil or i.docs.size > 1" %}
{%-  if notes.size > 0 or config.rn.empty-group == 'show' %}
==== {{ grp.name | default: grp_name_def | capitalize }} changes in v{{ rvsn.code }}
{%-    if notes.size > 0 %}
{%       for item in notes %}
{%         include release-hx-note.asciidoc %}
{%-      endfor %}
{%-    else %}
No special notes for {{ grp.name }} changes in this release.
{%-    endif %}
{%-  endif %}
{% endfor %}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
asciidocsy-0.3.0 _includes/release-hx-notes-listing.asciidoc
asciidocsy-0.3.0.pre.rc4 _includes/release-hx-notes-listing.asciidoc
asciidocsy-0.3.0.pre.rc3 _includes/release-hx-notes-listing.asciidoc
asciidocsy-0.3.0.pre.rc2 _includes/release-hx-notes-listing.asciidoc
asciidocsy-0.3.0.pre.rc1 _includes/release-hx-notes-listing.asciidoc
asciidocsy-jekyll-theme-0.3.0.pre.rc2 _includes/release-hx-notes-listing.asciidoc
asciidocsy-jekyll-theme-0.3.0.pre.rc1 _includes/release-hx-notes-listing.asciidoc
asciidocsy-jekyll-theme-0.3.0.pre.dev _includes/release-hx-notes-listing.asciidoc