[latex3-commits] [git/LaTeX3-latex3-l3build] master: Drop auto-tagging of releases (5803fea)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Sep 29 10:46:48 CEST 2019
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/5803feaf3fd8466580c44b71eb0e287720d6ea19
>---------------------------------------------------------------
commit 5803feaf3fd8466580c44b71eb0e287720d6ea19
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Sep 29 09:46:48 2019 +0100
Drop auto-tagging of releases
Using the deployment system, we really want to be sure
a build completes *before* tagging. So that step should
be manual.
>---------------------------------------------------------------
5803feaf3fd8466580c44b71eb0e287720d6ea19
build.lua | 1 -
1 file changed, 1 deletion(-)
diff --git a/build.lua b/build.lua
index e49af92..ff9e128 100644
--- a/build.lua
+++ b/build.lua
@@ -75,7 +75,6 @@ end
function tag_hook(tagname)
os.execute('git commit -a -m "Step release tag"')
- os.execute('git tag -a -m "" ' .. tagname)
end
if not release_date then
More information about the latex3-commits
mailing list