Liking cljdoc? Tell your friends :D

k16.kmono.git.tags


create-tagsclj

(create-tags repo-root {:keys [ref tags]})

Create a set of tags in the git repo found at repo-root that point to the specified ref.

Create a set of `tags` in the git repo found at `repo-root` that point to the
specified `ref`.
sourceraw docstring

get-sorted-tagsclj

(get-sorted-tags repo-root)
(get-sorted-tags repo-root ref)

Returns all tags that are present in the current or any ancestor of the given sha.

The returned tags are sorted by commit date (descending, most recent commit first)

Returns all tags that are present in the current or any ancestor of the given
`sha`.

The returned tags are sorted by commit date (descending, most recent commit
first)
sourceraw docstring

push-tagsclj

(push-tags repo-root)

Runs git push --tags.

Can be used to push tags after using create-tags

Runs `git push --tags`.

Can be used to push tags after using [[create-tags]]
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close