aboutsummaryrefslogtreecommitdiff
path: root/.ghglog/config.yml
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-05-25 22:14:09 -0700
committerMax Resnick <max@ofmax.li>2025-05-25 22:14:09 -0700
commit2ae5f88427767d9a48fc64e540bf35988ce69b46 (patch)
treef899c6e02554b3b416f2786de58c3e567acbb61e /.ghglog/config.yml
parentf7b361d6ae21f6d3bd32a83de80733047b60cdac (diff)
downloadgo-bumpver-2ae5f88427767d9a48fc64e540bf35988ce69b46.tar.gz
feat: add git change log to repo
Diffstat (limited to '.ghglog/config.yml')
-rwxr-xr-x.ghglog/config.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.ghglog/config.yml b/.ghglog/config.yml
new file mode 100755
index 0000000..5b772c3
--- /dev/null
+++ b/.ghglog/config.yml
@@ -0,0 +1,27 @@
+style: none
+template: CHANGELOG.tpl.md
+info:
+ title: CHANGELOG
+ repository_url: https://git.ofmax.li/go-bumpver
+options:
+ commits:
+ # filters:
+ # Type:
+ # - feat
+ # - fix
+ # - perf
+ # - refactor
+ commit_groups:
+ # title_maps:
+ # feat: Features
+ # fix: Bug Fixes
+ # perf: Performance Improvements
+ # refactor: Code Refactoring
+ header:
+ pattern: "^(\\w*)\\:\\s(.*)$"
+ pattern_maps:
+ - Type
+ - Subject
+ notes:
+ keywords:
+ - BREAKING CHANGE \ No newline at end of file