3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00

[ci skip] adjust upstreamCommit script to not mention paper issues (#6956)

Dieser Commit ist enthalten in:
Jake Potrebic 2021-12-03 17:20:19 -08:00 committet von GitHub
Ursprung 2f31569807
Commit a41444735a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -5,7 +5,7 @@ PS1="$"
function changelog() { function changelog() {
base=$(git ls-tree HEAD $1 | cut -d' ' -f3 | cut -f1) base=$(git ls-tree HEAD $1 | cut -d' ' -f3 | cut -f1)
cd $1 && git log --oneline ${base}...HEAD cd $1 && git log --oneline ${base}...HEAD | sed 's/\(^[0-9a-f]\{8,\}\s\|Revert\s"\)#\([0-9]\+\)/\1PR-\2/'
} }
bukkit=$(changelog work/Bukkit) bukkit=$(changelog work/Bukkit)
cb=$(changelog work/CraftBukkit) cb=$(changelog work/CraftBukkit)