Liking cljdoc? Tell your friends :D

metav.release


-mainclj

(-main & args)
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! scheme level)
(execute! module-dir scheme 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