New release v1.11.8-sc.1

This commit is contained in:
su-ex
2022-09-28 19:49:26 +02:00
parent 95d46b08b4
commit 77fbeb625c
5 changed files with 6 additions and 6 deletions

View File

@ -16,8 +16,8 @@ forall_repos check_branch $branch
forall_repos check_clean_git
# Fetch upstream
forall_repos git fetch origin > /dev/null
forall_repos git fetch upstream > /dev/null
forall_repos git fetch origin > /dev/null 2>/dev/null
forall_repos git fetch upstream > /dev/null 2>/dev/null
(
# Add new line below git log: https://unix.stackexchange.com/a/345558