We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9259db3 commit f79d8c0Copy full SHA for f79d8c0
1 file changed
.releash.py
@@ -14,7 +14,7 @@
14
15
xfftw = add_package(path=".", name="xtensor-fftw")
16
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)
+gittag_xfftw = ReleaseTargetGitTagVersion(version_source=version_xfftw, prefix='', annotate=True, msg='')
18
19
xfftw.version_source = version_xfftw
20
0 commit comments