ModernFix-fix/release.sh
2023-04-25 14:36:52 -04:00

9 lines
156 B
Bash
Executable File

#!/bin/bash
scope="$1"
if [ -z "$scope" ]; then
echo Scope not provided
exit 1
fi
./gradlew pushSemverTag -Psemver.scope=$scope
./gradlew publishToModSites