Skip to content

Commit f79d8c0

Browse files
committed
Releash: empty tag message to prompt for custom message
1 parent 9259db3 commit f79d8c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
xfftw = add_package(path=".", name="xtensor-fftw")
1616
version_xfftw = VersionSourceAndTargetHpp(xfftw, '{path}/include/xtensor-fftw/xtensor-fftw_config.hpp', prefix='XTENSOR_FFTW_VERSION_')
17-
gittag_xfftw = ReleaseTargetGitTagVersion(version_source=version_xfftw, prefix='', annotate=True)
17+
gittag_xfftw = ReleaseTargetGitTagVersion(version_source=version_xfftw, prefix='', annotate=True, msg='')
1818

1919
xfftw.version_source = version_xfftw
2020

0 commit comments

Comments
 (0)