Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 470 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 470 Bytes

Contributing to tools-io

Tests

Run the tests with:

lein test

Make a release

  1. lein test
  2. Ensure the CHANGELOG.md is up to date
  3. Change the version in project.clj
  4. Commit and tag
  5. Merge devel in master
  6. lein test again just to be sure
  7. lein deploy clojars (ensure you have a Clojars account member of the org)
  8. Go back on devel and change the version to the next snapshot