summaryrefslogtreecommitdiff
path: root/Build/source/doc/tlbuild.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-10 22:23:09 +0000
committerKarl Berry <karl@freefriends.org>2019-05-10 22:23:09 +0000
commitc4e345d20b5df263dab6270c8ed208049cb9cf4f (patch)
treec09a9ddf8f5580cba930c5ab35e091bb87c746cd /Build/source/doc/tlbuild.texi
parentb01551ccad284a7f20a02ad811599a5f19d524c6 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@51076 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc/tlbuild.texi')
-rw-r--r--Build/source/doc/tlbuild.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/doc/tlbuild.texi b/Build/source/doc/tlbuild.texi
index 2898707ce63..010d0f6b1ff 100644
--- a/Build/source/doc/tlbuild.texi
+++ b/Build/source/doc/tlbuild.texi
@@ -2552,6 +2552,7 @@ commit pushed is tested on Travis-CI.
* Transfer from Subversion to Github::
* Automatic update of the Git mirror::
* CI testing on Travis-CI::
+* Releases on Github::
@end menu
@@ -2634,6 +2635,22 @@ Travis-CI.
If changes have been pushed via the cron job above, Travis-CI will
automatically checkout the last pushed commit and try building it.
+@node Releases on Github
+@section Releases on Github
+
+Given a git checkout of @code{texlive-source}:
+
+@example
+git pull
+git tag build-svnNNNN
+git push --tags
+@end example
+
+@noindent and the result will appear at
+@url{https://github.com/TeX-Live/texlive-source/releases}.
+Releases can also be made manually from that web page (see
+@code{tl-update-bindir} for hints).
+
@c made from pod doc.
@include tlbuild-incl/install-tl.texi
@include tlbuild-incl/tlmgr.texi