From 6eed6cf3625470b2d894de56a8f944c550903cb9 Mon Sep 17 00:00:00 2001
From: Dessalines <tyhou13@gmx.com>
Date: Sun, 2 May 2021 21:19:16 -0400
Subject: [PATCH] Fixing release doc.

---
 RELEASES.md           | 6 +++---
 docker/prod/deploy.sh | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/RELEASES.md b/RELEASES.md
index 86a3821a..209edf2e 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -8,11 +8,11 @@ Since our last release this month, we've had [~60](https://github.com/LemmyNet/l
 
 #### Major Changes
 
-- Add option to disable strict allowlist ( [#1486](https://github.com/LemmyNet/lemmy/issues/1486)) [documentation](https://join.lemmy.ml/docs/en/federation/administration.html) # TODO: need to merge https://github.com/LemmyNet/lemmy-docs/pull/66/files
+- Add option to disable strict allowlist ( [#1486](https://github.com/LemmyNet/lemmy/issues/1486)) [documentation](https://join.lemmy.ml/docs/en/federation/administration.html) 
 - Add option to limit community creation to admins only ([#1587](https://github.com/LemmyNet/lemmy/issues/1587))
 - Many search improvements:
-    - Don't search for communities or users when the id is included.
-    - Add creator id to search.
+  - Don't search for communities or users when the id is included.
+  - Add creator id to search.
 
 #### General
 
diff --git a/docker/prod/deploy.sh b/docker/prod/deploy.sh
index d72a74e8..fd78b71a 100755
--- a/docker/prod/deploy.sh
+++ b/docker/prod/deploy.sh
@@ -1,5 +1,4 @@
 #!/bin/sh
-set -e
 #git checkout main
 
 # Creating the new tag
-- 
2.44.1