From dcb89a5c336f39d78d7648bca2efe8b75a4e86d7 Mon Sep 17 00:00:00 2001 From: Ethan White Date: Sat, 28 Dec 2024 06:41:54 -0500 Subject: [PATCH] Remove fixed release issue from known blocking errors The issue with --release producing errors documented in #209 (the linked issue) and #234 appears to have been fixed in #257. This change removes the associated warning from the README. --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index 66d0491..c07b1ef 100644 --- a/README.rst +++ b/README.rst @@ -254,12 +254,6 @@ It's therefore recommended to only use the incremental argument if the output/re This is due to needing the correct permission for ``--hooks`` on public repos. -2. **Releases blocking** - - A known ``--releases`` (required for ``--assets``) error will sometimes block the backup. - - If you're backing up a lot of repositories with releases e.g. an organisation or ``--all-starred``. You may need to remove ``--releases`` (and therefore ``--assets``) to complete a backup. Documented in `issue 209 `_. - "bare" is actually "mirror" ---------------------------