From 780adea6f7451c4513c35dc4bd327142a0d727b2 Mon Sep 17 00:00:00 2001
From: Vincent Massol <vincent@massol.net>
Date: Thu, 16 Apr 2020 15:36:22 +0200
Subject: [PATCH] [Misc] Add note about checking the release notes when
 upgrading xwiki

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 57b7c2a..9e5e442 100644
--- a/README.md
+++ b/README.md
@@ -534,7 +534,9 @@ If you've followed the instructions above you've mapped the XWiki permanent dire
 
 All you need to do to upgrade is to stop the running XWiki container and start the new version of it that you want to upgrade to. You should keep your DB container running.
 
-Note that your current XWiki configuration files (`xwiki.cfg`, `xwiki.properties` and `hibernate.cfg.xml`) will be preserved.
+Note that your current XWiki configuration files (`xwiki.cfg`, `xwiki.properties` and `hibernate.cfg.xml`) will be preserved. 
+
+You should always check the [Release Notes](https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/) for all releases that happened between your current version and the new version you're upgrading to, as there could be some manual steps to perform (such as updating your XWiki configuration files).
 
 # Details for the xwiki image
 
-- 
GitLab