Skip to content

Commit

Permalink
chore: improve changelog config in order to manage packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeloni committed Mar 12, 2020
1 parent 400d43f commit 36878f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/vchain-us/kube-notary
repository_url: https://github.com/vchain-us/vcn
options:
commits:
filters:
Expand All @@ -20,7 +20,7 @@ options:
refactor: Code Refactoring
chore: Changes
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s\\/]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
Expand Down

0 comments on commit 36878f2

Please sign in to comment.