clj -T:build installgit commit --all --gpg-signgit tag --sign <v0.1.0>clj -T:build deploy (optional: :sign false, :check false)1. Update project.edn 2. `clj -T:build install` 3. `git commit --all --gpg-sign` 4. `git tag --sign <v0.1.0>` 5. `clj -T:build deploy` (optional: `:sign false`, `:check false`)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |