Liking cljdoc? Tell your friends :D

k16.kmono.git


?Changesclj


bumpclj

(bump {:keys [version bump-type commit-sha snapshot?]})

Bumps the version depending of type of bump [major, minor, patch, build] strips out any characters not related to version, e.g. v1.1.1-foo becomes 1.1.2

Bumps the version depending of type of bump [major, minor, patch, build]
strips out any characters not related to version, e.g. v1.1.1-foo becomes 1.1.2
raw docstring

bump-typeclj

(bump-type changes)

change-typeclj


create-tags!clj

(create-tags! {:keys [dry-run? repo-root]} tags)

ensure-dependend-buildsclj

(ensure-dependend-builds config changes)

find-prefixclj

(find-prefix message)

get-sorted-tagsclj

(get-sorted-tags repo-root)

Returns all tags sorted by creation date (descending)

Returns all tags sorted by creation date (descending)
raw docstring

package-changesclj

(package-changes {:keys [repo-root snapshot? include-unchanged?]}
                 {:keys [name commit-sha dir]})

prefixesclj


push-tags!clj

(push-tags! {:keys [dry-run? repo-root]})

run-cmd!clj

(run-cmd! dir & cmd)

scan-for-changesclj

(scan-for-changes {:keys [packages] :as config})

Takes a repo path and kmono config map. Scans all packages and determines version, tag, and should it be built. Build is always true in case of fallback_version. Returns a promise containing changes

Takes a repo path and kmono config map. Scans all packages and determines
version, tag, and should it be built. Build is always true in case of
fallback_version. Returns a promise containing changes
raw docstring

subdir-changesclj

(subdir-changes sub-dir tag)

subdir-commit-shaclj

(subdir-commit-sha sub-dir)

version-patternclj


version?clj

(version? v)

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

× close