mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-10 23:30:59 +00:00
8f2df6a842
In scriv 1.1.0 the GitHub release description can be templated: https://github.com/nedbat/scriv/issues/61 https://github.com/nedbat/scriv/releases/tag/1.1.0 This means that we can finally get rid of our ugly scripts to generate the release description \o/
9 lines
340 B
INI
9 lines
340 B
INI
[scriv]
|
|
version = literal: tutor/__about__.py: __version__
|
|
categories =
|
|
format = md
|
|
md_header_level = 2
|
|
new_fragment_template = file: changelog.d/scriv/new_fragment.${config:format}.j2
|
|
entry_title_template = file: changelog.d/scriv/entry_title.${config:format}.j2
|
|
ghrel_template = file: changelog.d/scriv/github_release.${config:format}.j2
|