Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 341 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 341 Bytes

Release Checklist

  • Bump the versions in:
    • project.clj.
    • resources/FXL_REPL_RELEASED_VERSION.
  • Ensure that the pre-release CI steps pass with make ci.
  • Deploy the main library with lein deploy clojars.
  • Push the newly built container to DockerHub with make docker-release.
  • Merge the library version-bump branch.