File: versioned_changes.md.j2

package info (click to toggle)
python-semantic-release 10.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,112 kB
  • sloc: python: 36,523; sh: 340; makefile: 156
file content (20 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{#  EXAMPLE:

## vX.X.X (YYYY-MMM-DD)

_This release is published under the MIT License._            # Release Notes Only

{{ change_sections }}

#}{{
"## %s (%s)\n" | format(
  release.version.as_semver_tag(),
  release.tagged_date.strftime("%Y-%m-%d")
)
}}{%  if license_name is defined and license_name
%}{{    "\n_This release is published under the %s License._\n" | format(license_name)
}}{%  endif
%}{#
#}{%  set commit_objects = release["elements"]
%}{%  include "changes.md.j2"
-%}