9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-27 10:59:16 +00:00

Init Leaf 1.21.9

This commit is contained in:
Dreeam
2025-09-27 12:42:53 -04:00
parent f1e884e0fc
commit 4618ea34e1
22 changed files with 107 additions and 107 deletions

View File

@@ -5,12 +5,12 @@ IS_EOL=false
IS_UNSUPPORTED=false
IS_DEV=true
JAR_NAME="leaf-1.21.8"
CURRENT_TAG="ver-1.21.8"
JAR_NAME="leaf-1.21.9"
CURRENT_TAG="ver-1.21.9"
RELEASE_NOTES="release_notes.md"
# Rename Leaf jar
mv ./leaf-server/build/libs/leaf-paperclip-1.21.8-R0.1-SNAPSHOT-mojmap.jar ./$JAR_NAME-${BUILD_NUMBER}.jar
mv ./leaf-server/build/libs/leaf-paperclip-1.21.9-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.8") # Update this on every version update
purpur=$(getCommits "PurpurMC/Purpur" "$purpurHash" "ver/1.21.9") # Update this on every version update
# Updates found
if [ -n "$purpur" ]; then