From 5054cd34c92c6c5d5ff4f8b8a6488c4ab1395f4b Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 25 May 2025 22:18:03 -0700 Subject: chore: linting, add tmp dir for tests --- .ghglog/config.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to '.ghglog') diff --git a/.ghglog/config.yml b/.ghglog/config.yml index 5b772c3..6d4e82f 100755 --- a/.ghglog/config.yml +++ b/.ghglog/config.yml @@ -5,23 +5,23 @@ info: repository_url: https://git.ofmax.li/go-bumpver options: commits: - # filters: - # Type: - # - feat - # - fix - # - perf - # - refactor + # filters: + # Type: + # - feat + # - fix + # - perf + # - refactor commit_groups: - # title_maps: - # feat: Features - # fix: Bug Fixes - # perf: Performance Improvements - # refactor: Code Refactoring + # title_maps: + # feat: Features + # fix: Bug Fixes + # perf: Performance Improvements + # refactor: Code Refactoring header: pattern: "^(\\w*)\\:\\s(.*)$" pattern_maps: - - Type - - Subject + - Type + - Subject notes: keywords: - - BREAKING CHANGE \ No newline at end of file + - BREAKING CHANGE -- cgit v1.2.3