mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
939 B
939 B
Development Instructions
Building
./scripts/lein-modules do clean, install
Running tests
./scripts/test.sh clj
./scripts/test.sh cljs
Documentation
The documentation lives under doc and it is hosted on cljdoc. See their
documentation for library authors
Making a release
We use Break Versioning. Remember our promise: patch-level bumps never include breaking changes!
# Check that you're using Java 8! Making the release with a newer Java version
# means that it is broken when used with Java 8.
java -version
# new version
./scripts/set-version "1.0.0"
./scripts/lein-modules install
# works
lein test
# deploy to clojars
./scripts/lein-modules do clean, deploy clojars