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

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Feb 21 17:00:15 CET 2020


Repository : https://github.com/latex3/latex2e
On branches: develop,master
Link       : https://github.com/latex3/latex2e/commit/d23bfca25d2b8ea14dcf53695896f80c7f509f22

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

commit d23bfca25d2b8ea14dcf53695896f80c7f509f22
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


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

d23bfca25d2b8ea14dcf53695896f80c7f509f22
 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.