mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
14 lines
433 B
Bash
Executable File
14 lines
433 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#
|
|
# 1. Set up PGP key for signing
|
|
# 2. Create ~/.gradle/gradle.properties
|
|
# 3. Add
|
|
# ossrhUsername=<sonatype-token-user-name>
|
|
# ossrhPassword=<sonatype-token>
|
|
# signing.gnupg.passphrase=<pgp-key-passphrase>
|
|
#
|
|
# After publishing via this script, log into https://oss.sonatype.org and release it manually after
|
|
# checks pass ("Release & Drop").
|
|
set -e
|
|
./gradlew publishReleasePublicationToSonaTypeRepository --info |