Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 557 Bytes

File metadata and controls

25 lines (17 loc) · 557 Bytes

Contributing Guidelines

We welcome patches and pull requests to improve LmdbJava.

Before submitting a PR, please run mvn clean verify. This will run:

  • Tests
  • Source Code Formatting
  • License Header Management

mvn clean verify is also run by CI, but it's quicker and easier to run before submitting.

Version Management

Update all dependency and plugin versions:

mvn versions:update-properties

Releasing

GitHub Actions will perform an official release whenever a developer executes mvn release:clean release:prepare.