[latex3-commits] [git/LaTeX3-latex3-latex2e] 2020-10-01-0, develop, release/2020-02-02: Allow 'master' tagging on explicit release branches (c18c499a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jan 31 12:02:09 CET 2020
Repository : https://github.com/latex3/latex2e
On branches: 2020-10-01-0,develop,release/2020-02-02
Link : https://github.com/latex3/latex2e/commit/c18c499a6633bf057c71b46907ae419ce8c643a1
>---------------------------------------------------------------
commit c18c499a6633bf057c71b46907ae419ce8c643a1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jan 31 11:02:09 2020 +0000
Allow 'master' tagging on explicit release branches
>---------------------------------------------------------------
c18c499a6633bf057c71b46907ae419ce8c643a1
build-config.lua | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index 07ff93e5..42864f6a 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -74,7 +74,8 @@ else
local branch = f:read("*all")
f:close()
os.remove("branch.tmp")
- if not string.match(branch, "%s*master%s*") then
+ if not string.match(branch, "%s*master%s*") and
+ not string.match(branch, "^release/") then
master_branch = false
tdsroot = tdsroot or "latex-dev"
ctanpkg = ctanpkg or ""
More information about the latex3-commits
mailing list.