Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 572 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 572 Bytes

Contributing

Feel free to create an issue, or a pull request. Just fork the repository and participate.

See module's README.md how to test and build the module.

Release process

Perform test first

mvn clean package -Pnative
  1. Maven release
mvn clean release:prepare release:perform
  1. Wait till Deploy to registries completes.
  2. Create a Github release based on the latest tag and document the release.