You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.rst
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,12 +254,6 @@ It's therefore recommended to only use the incremental argument if the output/re
254
254
255
255
This is due to needing the correct permission for ``--hooks`` on public repos.
256
256
257
-
2. **Releases blocking**
258
-
259
-
A known ``--releases`` (required for ``--assets``) error will sometimes block the backup.
260
-
261
-
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 <https://github.com/josegonzalez/python-github-backup/issues/209>`_.
0 commit comments