Skip to content

Commit

Permalink
improve releasing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Mar 5, 2024
1 parent 575ef35 commit c7b046a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ Release & deploy a commit
4. deploy to maven-central:
a) echo "enter the sonatype user token"
read SONATYPE_PW
b) java -version 2>&1 | grep "version \"11" && ORG_GRADLE_PROJECT_sonatypePassword="$SONATYPE_PW" PUB=true CI=true gr clean publishToSonatype
c) Log into https://oss.sonatype.org/#stagingRepositories
d) check if staging repo is ok
e) close repo
f) release repo
java -version 2>&1 | grep "version \"11" && ORG_GRADLE_PROJECT_sonatypePassword="$SONATYPE_PW" PUB=true CI=true gr clean publishToSonatype
b) Log into https://oss.sonatype.org/#stagingRepositories
c) check if staging repo is ok
d) close repo
e) release repo
5. create release on github
Prepare next dev cycle
Expand Down

0 comments on commit c7b046a

Please sign in to comment.