git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
71afd6b
Branches
Tags
documentation-tree
master
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
derivepassphrase.git
towncrier-template.md
Add a changelog and supporting infrastructure (towncrier)
Marco Ricci
commited
71afd6b
at 2024-07-21 23:15:20
towncrier-template.md
Blame
History
Raw
{% if render_title %} ## {{ versiondata.version }} ({{ versiondata.date }}) {% endif %} {% for section, _ in sections.items() %} {% if section %} ### {{section}} {% endif %} {% if sections[section] %} {% for category, val in definitions.items() if category in sections[section] %} #### {{ definitions[category]['name'] }} {% for text, values in sections[section][category].items() %} - {{ text }} {%- if values %} {% if "\n - " in text or '\n * ' in text %} ( {%- else %} {% if text %} ({% endif %} {%- endif -%} {%- for issue in values %} {{ issue.split(": ", 1)[0] }}{% if not loop.last %}, {% endif %} {%- endfor %} {% if text %}){% endif %} {% else %} {% endif %} {% endfor %} {% if issues_by_category[section][category] and "]: " in issues_by_category[section][category][0] %} {% for issue in issues_by_category[section][category] %} {{ issue }} {% endfor %} {% endif %} {% if sections[section][category]|length == 0 %} No significant changes. {% else %} {% endif %} {% endfor %} {% else %} No significant changes. {% endif %} {% endfor +%} {# This comment adds one more newline at the end of the rendered newsfile content. In this way the there are 2 newlines between the latest release and the previous release content. #}