You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAINTAINING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ Releasing involves to first make and test the release candidate before actually
31
31
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.
32
32
33
33
## 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
+
34
36
To upload to Sonatype we need to sign the artifacts. Adjust `gradle.properties` in the root directory that like this:
0 commit comments