Skip to content

Commit f7661dd

Browse files
committed
Merge #727 from remote-tracking branch 'origin/709-addHowToMaintainUsingCentralSonatype'
2 parents 8d03c63 + b939278 commit f7661dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

MAINTAINING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Releasing involves to first make and test the release candidate before actually
3131
It's good habit to use semantic versioning in release numbers `A`.`B`.`C`, i.e. increase `A` when it's a major release breaking backward compatibility; increase `B` when it got new features; increase `C` indicating bug-fixes.
3232

3333
## Signing
34+
You need gpg key, which is uploaded to a public key server otherwise you are not able to set a tag and upload the release to Sonatype.
35+
3436
To upload to Sonatype we need to sign the artifacts. Adjust `gradle.properties` in the root directory that like this:
3537

3638
```

0 commit comments

Comments
 (0)