Commit graph

3 commits

Author SHA1 Message Date
Kevin Morris
477e814cd8
change: set git-cliff's output format to asciidoc style
we'll be using git-cliff to produce changelogs for new tags from
now on. we want to include these changelogs within the tag body
without markdown.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-08 09:29:31 -08:00
Kevin Morris
60b098a2f2
fix(git-cliff): define Housekeeping group + match all tags
Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-12-09 14:57:31 -08:00
Kevin Morris
37232f71ee
feat: add git-cliff configuration
git-cliff is a tool which allows us to generate changelog
based off of conventional commits in the repository.

This commit provides an initial cliff.toml configuration
file which formats changelog output with tables and branch
state metadata.

Upstream: https://github.com/orhun/git-cliff

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-19 09:28:14 -07:00