Add release script
This commit is contained in:
parent
adcfed94b7
commit
a976cc90fa
8
release.sh
Executable file
8
release.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
scope="$1"
|
||||
if [ -z "$scope" ]; then
|
||||
echo Scope not provided
|
||||
exit 1
|
||||
fi
|
||||
./gradlew pushSemverTag -Psemver.scope=$scope
|
||||
./gradlew publishToModSites
|
||||
Loading…
Reference in New Issue
Block a user