clj -T:build install
git commit --all --gpg-sign
git 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 is a website building & hosting documentation for Clojure/Script libraries
× close