[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Adapt to latex2e development tag naming scheme (d259fe74)

Marcel Fabian Krüger tex at 2krueger.de
Fri Feb 7 19:16:59 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/d259fe744e91c586c60ac98cffe5674a49a83383

>---------------------------------------------------------------

commit d259fe744e91c586c60ac98cffe5674a49a83383
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Feb 7 19:16:59 2020 +0100

    Adapt to latex2e development tag naming scheme


>---------------------------------------------------------------

d259fe744e91c586c60ac98cffe5674a49a83383
 build-config.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-config.lua b/build-config.lua
index 5d92ffc0..b3b67a7c 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -70,7 +70,7 @@ end
 local master_branch do
   local tag = os.getenv'TRAVIS_TAG'
   if tag and tag ~= "" then
-    master_branch = not string.match(tag, '-dev$')
+    master_branch = not string.match(tag, '^dev-')
   else
     local branch = os.getenv'TRAVIS_BRANCH'
     if not branch then





More information about the latex3-commits mailing list.