File tree 4 files changed +1
-19
lines changed
4 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 1
- [submodule "work/Bukkit "]
2
- path = work/Bukkit
3
- url = https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
4
- [submodule "work/Spigot "]
5
- path = work/Spigot
6
- url = https://hub.spigotmc.org/stash/scm/spigot/spigot.git
7
1
[submodule "work/Paper "]
8
2
path = work/Paper
9
3
url = https://github.com/PaperMC/Paper.git
Original file line number Diff line number Diff line change @@ -7,22 +7,12 @@ function changelog() {
7
7
base=$( git ls-tree HEAD $1 | cut -d' ' -f3 | cut -f1)
8
8
cd $1 && git log --oneline ${base} ...HEAD
9
9
}
10
- bukkit=$( changelog work/Bukkit)
11
- spigot=$( changelog work/Spigot)
12
10
paper=$( changelog work/Paper)
13
11
14
12
updated=" "
15
13
logsuffix=" "
16
- if [ ! -z " $bukkit " ]; then
17
- logsuffix=" $logsuffix \n\nBukkit Changes:\n$bukkit "
18
- updated=" Bukkit"
19
- fi
20
- if [ ! -z " $spigot " ]; then
21
- logsuffix=" $logsuffix \n\nSpigot Changes:\n$spigot "
22
- if [ -z " $updated " ]; then updated=" Spigot" ; else updated=" $updated /Spigot" ; fi
23
- fi
24
14
if [ ! -z " $paper " ]; then
25
- logsuffix=" $logsuffix \n\nPaper Changes:\n$spigot "
15
+ logsuffix=" $logsuffix \n\nPaper Changes:\n$paper "
26
16
if [ -z " $updated " ]; then updated=" Paper" ; else updated=" $updated /Paper" ; fi
27
17
fi
28
18
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments