overcast 0.1.3

Strongly typed changelogs for projects as changeable as the weather
Documentation
1
2
3
4
5
6
7
{% for change in changes -%}
- {{ change.description -}}
{%- match change.ticket_id -%}
    {% when Some with (ticket_id) %} (#{{ticket_id}})
    {% when None %}
{%- endmatch %}
{% endfor %}