Skip to content

Commit

Permalink
git-chglog: Fix git ignore config
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Ancellin committed Oct 14, 2021
1 parent fca2e7c commit 7038b5b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/neo9/mongodb-backups
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
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.idea
*.swo
*.swp
config.yaml
config.yml
./config.yaml
./config.yml
.env
mongodb-backups
vendor
keys/
config.yaml

0 comments on commit 7038b5b

Please sign in to comment.