From e9f80c661628b6288ac4957465c400a46ee84da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 8 Jun 2016 11:19:21 +0200 Subject: [PATCH] Added new prerelease branch to versioneer config Can be used in the future for tracking prereleases and testing proper version updates without having to push to master directly. --- .versioneer-lookup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.versioneer-lookup b/.versioneer-lookup index 148123e0..45cba710 100644 --- a/.versioneer-lookup +++ b/.versioneer-lookup @@ -7,8 +7,10 @@ # The file is processed from top to bottom, the first matching line wins. If or are left out, # the lookup table does not apply to the matched branches -# master shall not use the lookup table, only tags +# master, prerelease and rc shall not use the lookup table, only tags master +prerelease +rc # neither should disconnected checkouts, e.g. 'git checkout ' HEAD