Liking cljdoc? Tell your friends :D

metav.release


-mainclj

(-main & args)
source

assert-accepted-level?clj

(assert-accepted-level? level)
source

assert-in-module?clj

(assert-in-module? module-dir)

assert whether the module-dir is really a module (that's to say with a deps.edn file in it)

assert whether the module-dir is really a module (that's to say with a deps.edn file in it)
sourceraw docstring

execute!clj

(execute! {:keys [working-dir module-name version version-scheme without-push
                  spit output-dir namespace formats template rendering-output
                  without-sign]
           :as invocation-context}
          level)

assert that nothing leaves uncommitted or untracked, then bump version to a releasable one (depending on the release level), commit, tag with the version (hence denoting a release), then push return [module-name next-version tag push-result]

assert that nothing leaves uncommitted or untracked,
then bump version to a releasable one (depending on the release level),
commit, tag with the version (hence denoting a release),
then push
return [module-name next-version tag push-result]
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close