Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 791 Bytes

FAQ.md

File metadata and controls

22 lines (16 loc) · 791 Bytes

GitHub workflow

How to contribute?

  • Create a branch from master
  • Add the code changes there
  • Send a PR to merge with master
  • If all good the maintainers will merge the PR

How to release?

  • Create a branch from master
  • Update the release version on the release version in this file using semantic versioning
  • Send a PR to merge with release
  • If all good the maintainers will merge the PR
  • When this happens a deployment will be done
  • After the deployment is finished it will upload the artifacts and create the GitHub release

How to update the jvm?