From 2b2aaa2547d6104b7158aac6b9030d8cffde5dc1 Mon Sep 17 00:00:00 2001
From: Vincent Massol <vincent@massol.net>
Date: Mon, 18 May 2020 17:13:36 +0200
Subject: [PATCH] =?UTF-8?q?[Misc]=C2=A0Added=20best=20practice?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index c4ea864..1a8a390 100644
--- a/README.md
+++ b/README.md
@@ -647,6 +647,7 @@ MySQL:
 - [Test](#testing-docker-images) the docker container
 - If all is ok commit, push and close the jira issue created above
 - Note down the SHA1 of the last commit and [update the official library file](https://github.com/docker-library/official-images/blob/master/library/xwiki) with it by creating a Pull Request (you can edit directly on the GitHub web page and create a Pull Request).
+	- Important: Make sure to also add the `.0` version when releasing the first minor version for a given major. For example when releasing version `12.3`, also add the `12.3.0` tag so that users can refer to this exact version. Otherwise, when releasing `12.3.1, the meaning of the `12.3` tag will change and will now mean `12.3.1`.
 - Make sure to update this file if the documentation needs to be updated.
 
 ## Testing Docker Images
-- 
GitLab