Skip to content

Commit

Permalink
New release v1.11.8-sc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Sep 28, 2022
1 parent 95d46b0 commit 77fbeb6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion element-desktop
2 changes: 1 addition & 1 deletion element-web
Submodule element-web updated 3 files
+15 −0 CHANGELOG.md
+3 −3 package.json
+9 −9 yarn.lock
4 changes: 2 additions & 2 deletions generate_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77fbeb6

Please sign in to comment.