[3.20] user/forgejo-aneksajo: upgrade to 8.0.1 #579

Closed
forge wants to merge 2 commits from forgejo-aneksajo/upgrade-8.0.1-320 into v3.20
Showing only changes of commit ed0ce9cf1a - Show all commits

View file

@ -28,7 +28,7 @@ index c3b8f7a..f609018
case $BASEBRANCH in
- *-stable) echo v"${BASEBRANCH%-*}";;
- master) echo edge;;
+ v*) echo v"${BASEBRANCH%-*}";;
+ v*) echo "$BASEBRANCH";;
+ edge) echo edge;;
*) die "Branch \"$BASEBRANCH\" not supported!"
esac