From f9931ac1af4b86e1704dfbde935b7ab78b45ad38 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 25 May 2025 22:22:36 -0700 Subject: fix: chglog config in wrong directory --- .ghglog/config.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 .ghglog/config.yml (limited to '.ghglog/config.yml') diff --git a/.ghglog/config.yml b/.ghglog/config.yml deleted file mode 100755 index 6d4e82f..0000000 --- a/.ghglog/config.yml +++ /dev/null @@ -1,27 +0,0 @@ -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 -- cgit v1.2.3