From 80d13e45fdcaa782db62b16eca09dd34955b3797 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Thu, 23 Apr 2020 12:10:15 +0200
Subject: [PATCH] DOC: hint that it might be a good idea to remove dist

---
 RELEASE_GUIDELINES.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index 48eb270e..44dda026 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -28,7 +28,9 @@ guidelines of the CaosDB Project
 
 6. Delete the release branch.
 
-7. Publish the release by executing `./release.sh` with uploads the caosdb
+7. Remove possibly existing `./dist` directory with old release.
+
+8. Publish the release by executing `./release.sh` with uploads the caosdb
    module to the Python Package Index [pypi.org](https://pypi.org).
 
-8. Merge the master branch back into the dev branch.
+9. Merge the master branch back into the dev branch.
-- 
GitLab