Merge pull request #1041 from koenkooi/detached-checkouts
versioneer lookup: add support for detached checkouts
This commit is contained in:
commit
65ee0ccd2f
1 changed files with 3 additions and 0 deletions
|
|
@ -15,5 +15,8 @@ master
|
|||
maintenance 1.2.6 96fc70bdb2dd74ba04c3071f70da385b0408904a
|
||||
fix/.* 1.2.6 96fc70bdb2dd74ba04c3071f70da385b0408904a
|
||||
|
||||
# Special case disconnected checkouts, e.g. 'git checkout <tag>'
|
||||
(detached.*
|
||||
|
||||
# every other branch is a development branch and thus gets resolved to 1.3.0-dev for now
|
||||
.* 1.3.0 198d3450d94be1a2 pep440-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue