(create-tags repo-root {:keys [ref annotated tags]})Create a set of tags in the git repo found at repo-root that point to
the specified ref (default: HEAD).
This will create annotated tags unless annotated is set to false.
Create a set of `tags` in the git repo found at `repo-root` that point to the specified `ref` (default: HEAD). This will create annotated tags unless `annotated` is set to `false`.
(get-sorted-tags repo-path)(get-sorted-tags repo-path rev)Returns all tags that are present in the current or any ancestor of the
given rev.
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 `rev`. The returned tags are sorted by commit date (descending, most recent commit first)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |