Skip to content

Commit 100f3ec

Browse files
Add release section
1 parent 4a35af9 commit 100f3ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ easyReflectometry = 'easyReflectometryApp.main:main'
5353

5454
# CUSTOM CONFIG
5555

56+
[release]
57+
date_for_qtifw = '2021-06-08' # YYYY-MM-DD, e.g. 2021-05-30
58+
tag_template = 'v{VERSION}'
59+
title_template = 'Version {VERSION} ({DATE})'
60+
description_file = 'RELEASE.md'
61+
changelog_file = 'CHANGELOG.md'
62+
5663
[ci.project]
5764
license_file = 'LICENSE.md' # how to combine this with tool.poetry.license???
5865

0 commit comments

Comments
 (0)