9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

Update branch in releaseInfo.sh

This commit is contained in:
Artem Ostrasev
2025-07-13 05:03:38 +03:00
committed by GitHub
parent 7179f12e99
commit 2902d0aef9

View File

@@ -48,7 +48,7 @@ mv divinemc-server/build/libs/divinemc-paperclip-"$version"-mojmap.jar "$jarName
fi
} >> $changelog
number=$(git log --oneline master ^"$(git describe --tags --abbrev=0)" | wc -l)
number=$(git log --oneline ver/1.21.7 ^"$(git describe --tags --abbrev=0)" | wc -l)
git log --pretty='- [`%h`](https://github.com/BX-Team/DivineMC/commit/%H) %s' "-$number" >> $changelog
{