Skip to content

Commit

Permalink
Merge pull request #3 from go-vela/kaymckay-patch-1
Browse files Browse the repository at this point in the history
add config yml
  • Loading branch information
kaymckay authored Feb 3, 2022
2 parents 3f36729 + d1b4975 commit bac6424
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/go-vela/vela-email
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*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
notes:
keywords:
- BREAKING CHANGE

0 comments on commit bac6424

Please sign in to comment.