mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Fixing all the links in CHANGELOG.md would have been too much work, so I just left them as-is. I've converted the pages under https://metosin.github.io/reitit/ to redirects, so the links should work anyway. Closes https://github.com/metosin/reitit/issues/426
799 B
799 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
To bump up version:
We use Break Versioning. Remember our promise: patch-level bumps never include breaking changes!
# 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