Skip to content

Commit

Permalink
Fix make staging-log (OpenSlides#6800)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schieder authored Aug 12, 2024
1 parent 7c01276 commit 01797c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/scripts/make-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,9 @@ staging_log() {
awk -v version="$STAGING_VERSION" '
/^\*.*Staging update [0-9]{8}/ { printf("\n# %s-staging-%s-%s\n", version, $NF, substr($2, 0, 7)) }
/^\*/ { printf(" %s\n",$0) }
/^ Submodule/ {printf(" %s %s\n", $2, $3)}
/^\| Submodule/ {printf(" %s %s\n", $3, $4)}
/^ >/ { $1=""; printf(" %s\n", $0 )}
/^\| >/ { $1=""; $2=""; printf(" %s\n", $0 )}
'
}
Expand Down

0 comments on commit 01797c1

Please sign in to comment.