We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98770f commit c18401fCopy full SHA for c18401f
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+v4.1.2
2
+=======
3
+
4
+* disallow git tags without dots by default again - #449
5
6
v4.1.1
7
=======
8
src/setuptools_scm/git.py
@@ -12,7 +12,7 @@
12
from .win_py31_compat import samefile
13
14
15
-DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *[0-9]*"
+DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *.*"
16
17
18
class GitWorkdir(object):
0 commit comments