Dev Documentation

May 7, 2026 ยท View on GitHub

Publishing

  • To release library to MavenLocal(~/.m2/):

    ./publish_local.sh
    
  • To release library to MavenCentral:

    ./publish_release.sh
    
  • To generate documentation:

    ./assemble_docs.sh
    
  • To publish documentation for a version:

    ./deploy_docs.sh
    

    API docs are generated into docs/api and published to https://nisrulz.com/zentone/ from the repository's master branch via GitHub Pages.