Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 773 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 773 Bytes

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/typesense/typesense-java.

Pull Request Process

Please note we have a code of conduct, please follow it in all your interactions with the project.

Before making a PR to this repository look out for the following guidelines.

Publishing

Publishing requires the presence of a ~/.gradle.properties file:

signing.keyId=x1234567
signing.password=
signing.secretKeyRingFile=/Users/user/.gnupg/secring.gpg

sonatypeUsername=xxxxxx
sonatypePassword=

The secring.gpg file can be generated with:

gpg --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository