Skip to content

Commit

Permalink
maint/dev ~ update git-changelog configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jul 31, 2022
1 parent ee23319 commit 7bcee03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .changelog/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# spell-checker: ignore bugfix maint middot
# `git-changelog` configuration
# ref: <https://github.com/rivy-go/git-changelog#configuration>
# v2022-07-13
# spell-checker: ignore bugfix maint
info:
title: os-paths
repository_url: https://github.com/rivy/js.os-paths
Expand All @@ -17,7 +20,6 @@ options:
- refactor
- test
- update
# - version
type_maps:
# basic types (enables type match case-insensitivity)
change: change
Expand Down Expand Up @@ -53,7 +55,6 @@ options:
refactor: Refactoring
test: Test Improvements
update: Dependency Updates
# version: Version Changes
header:
pattern: "^(\\w+)(?:\\s*\\/(\\S+))\\s*[~:]?\\s(.*)$|^(\\w+)(?:\\s*\\(([^)]+)\\))?\\s*[~:]?\\s(.*)$"
pattern_maps:
Expand Down

0 comments on commit 7bcee03

Please sign in to comment.