Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.mbt.alpha.mbt-style


build!clj

(build! conf)
source

bump-project!clj

(bump-project! conf)

Generate a new version and tag the repo.

Generate a new version and tag the repo.
sourceraw docstring

bump-project-with-version-file!clj

(bump-project-with-version-file! conf)

Generate a new version file then tags a new version. The additionnal commit for the version file is taken into account when computing the new version.

Generate a new version file then tags a new version. The additionnal commit for the version file
is taken into account when computing the new version.
sourceraw docstring

deploy!clj

(deploy! conf)
source

install!clj

(install! conf)
source

merge-last-versionclj

(merge-last-version conf)

Add to a config map the keys ::versioning/version and ::project/version

Add to a config map the keys `::versioning/version` and `::project/version`
sourceraw docstring

next-version+1clj

(next-version+1 {scheme :fr.jeremyschoffen.mbt.alpha.versioning/scheme
                 :as conf})

Compute the next project version anticipating the commit adding the version file. Using git-distance is expected here.

Compute the next project version anticipating the commit adding the version file.
Using git-distance is expected here.
sourceraw docstring

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

× close