9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-31 12:56:29 +00:00

Update Leaf 1.21.8

Co-Authored-By: Pascalpex <68245106+Pascalpex@users.noreply.github.com>
This commit is contained in:
Dreeam
2025-07-17 23:00:27 +08:00
parent 2ab9349a45
commit 85680d067f
11 changed files with 39 additions and 39 deletions

View File

@@ -5,12 +5,12 @@ IS_EOL=false
IS_UNSUPPORTED=false
IS_DEV=false
JAR_NAME="leaf-1.21.7"
CURRENT_TAG="ver-1.21.7"
JAR_NAME="leaf-1.21.8"
CURRENT_TAG="ver-1.21.8"
RELEASE_NOTES="release_notes.md"
# Rename Leaf jar
mv ./leaf-server/build/libs/leaf-paperclip-1.21.7-R0.1-SNAPSHOT-mojmap.jar ./$JAR_NAME-${BUILD_NUMBER}.jar
mv ./leaf-server/build/libs/leaf-paperclip-1.21.8-R0.1-SNAPSHOT-mojmap.jar ./$JAR_NAME-${BUILD_NUMBER}.jar
# Branch name
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)

View File

@@ -64,7 +64,7 @@ fi
# Purpur updates
if [ -n "$purpurHash" ]; then
purpur=$(getCommits "PurpurMC/Purpur" "$purpurHash" "ver/1.21.7") # Update this on every version update
purpur=$(getCommits "PurpurMC/Purpur" "$purpurHash" "ver/1.21.8") # Update this on every version update
# Updates found
if [ -n "$purpur" ]; then