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`)
(deploy {:keys [sign check]})
Securely handles the Clojars credentials by prompting the user and passing them on to Maven via the environment. gpg-agent should be set up correctly as well (incl. a graphical pinentry interface) so that the signing key passphrase doesn't have to be cached, stored or provided to Maven in an insecure manner (or at all).
Securely handles the Clojars credentials by prompting the user and passing them on to Maven via the environment. gpg-agent should be set up correctly as well (incl. a graphical pinentry interface) so that the signing key passphrase doesn't have to be cached, stored or provided to Maven in an insecure manner (or at all).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close