From 654312263e5b67f46d4f6772572f3528b2365d82 Mon Sep 17 00:00:00 2001
From: gprat <guylaine.prat@csgroup.eu>
Date: Wed, 6 Jan 2021 14:55:48 +0100
Subject: [PATCH] Add description of release creation on Github
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Thanks to Sébastien Dinot
---
 src/site/markdown/release-guide.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/site/markdown/release-guide.md b/src/site/markdown/release-guide.md
index 78419d63..0a2e02f5 100644
--- a/src/site/markdown/release-guide.md
+++ b/src/site/markdown/release-guide.md
@@ -326,6 +326,21 @@ set the artifacts in the release notes.
 
 Navigate to Projects > Rugged > Project Overview > Releases and make sure it looks nice.
 
+## Synchronize the Github mirror
+
+To enhance the visibility of the project, [a mirror](https://github.com/CS-SI/Rugged) is maintained on Github. 
+The releases created on Gitlab are not automatically pushed on this mirror. 
+They have to be declared manually to make visible the vitality of Rugged.
+
+1. Login to Github
+2. Go to the [Rugged releases](https://github.com/CS-SI/Rugged/releases) page
+3. Click on the [Draft a new release](https://github.com/CS-SI/Rugged/releases) button
+4. In the "Tag version" field of the form and in the "Release title" field, enter the tag of the release to be declared
+5. Describe the release as it has been done on Gitlab
+6. Click on "Publish release"
+
+Github automically adds two assets (zip and tarball archives of the tagged source code).
+
 ## Update Rugged website
 
 Several edits need to be made to the Rugged website after the vote.
-- 
GitLab