From abf5dcadf8e672c0723529062d987a59dbde6987 Mon Sep 17 00:00:00 2001 From: Paul Zimmermann <Paul.Zimmermann@inria.fr> Date: Thu, 4 Jul 2024 09:46:02 +0200 Subject: [PATCH] improve howto-gitlab-making-releases.txt --- howto-gitlab-making-releases.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/howto-gitlab-making-releases.txt b/howto-gitlab-making-releases.txt index 444156b4..bef89cf4 100644 --- a/howto-gitlab-making-releases.txt +++ b/howto-gitlab-making-releases.txt @@ -3,7 +3,7 @@ How to create a gitlab release from an existing tar.gz Assume the existing tar.gz is ecm-6.0.1.tar.gz. -On gitlab, release page, click on "New release" +On gitlab, in the Deploy/Releases page, click on "New release" Enter as tag name something like git-6.0.1. Indeed, git will automatically create a tarball from the given commit, the "git-" prefix is there to avoid @@ -17,6 +17,9 @@ In "Release asset", enter the url of the file https://gitlab.inria.fr/zimmerma/ecm/uploads/70afcfac2a7a6a762a08eda0c551fafd/ecm-6.0.1.tar.gz +where "70afcfac2a7a6a762a08eda0c551fafd" is copied from the link you see +after attaching the release file above. + and as "Link title" enter "release tarball". Click on create release. -- GitLab