File: unreleased_changes.rst.j2

package info (click to toggle)
python-semantic-release 10.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: python: 36,523; sh: 340; makefile: 156
file content (10 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
{%    if unreleased_commits | length > 0 %}
.. _changelog-unreleased:

Unreleased
==========
{%      set commit_objects = unreleased_commits
%}{%    include "changes.rst.j2"
-%}{{   "\n"
}}{%  endif
%}