From 4157458ca97b74a3f3baec32bf2e44e2bbb4896f Mon Sep 17 00:00:00 2001
From: gprat <guylaine.prat@c-s.fr>
Date: Fri, 31 Jul 2020 15:19:21 +0200
Subject: [PATCH] Update release guide for post in the future

---
 src/site/markdown/release-guide.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/markdown/release-guide.md b/src/site/markdown/release-guide.md
index 238d31dd..78419d63 100644
--- a/src/site/markdown/release-guide.md
+++ b/src/site/markdown/release-guide.md
@@ -336,13 +336,13 @@ with the ones used to create the release notes.
 Edit `_layouts/home_rugged.html` and edit the text of the button to use the new version.
 
 Edit `rugged/overview.html` with the new Orekit and Hipparchus versions. Don't forget to update the
-rugged/img/overview.png image with the new dependencies.
+rugged/img/rugged-architecture.png image with the new dependencies.
 
-Create a new post for the release in `_post/` using as template a previous Rugged post (in order to be published in the Rugged News page).
+Create a new post for the release in `_post/` using as template a previous Rugged post (in order to be published in the Rugged News page). To be noticed the `--future` option is needed to see a post in the future, otherwise `jekyll serve` will ignore it !
 
 Run:
 
-    jekyll serve
+    jekyll serve --future
 
 and make sure the website looks nice. View it on http://localhost:4000/
 
-- 
GitLab