Skip to content

Commit

Permalink
合并拉取请求 #17
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
aurorax-neo committed Apr 20, 2024
2 parents 8358ad8 + 2aa475f commit de833b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@ options:
commits:
# filters:
# Type:
# - sparkles
# - bug
# - zap
# - recycle
# - feat
# - fix
# - perf
# - refactor
commit_groups:
# title_maps:
# sparkles: Features
# bug: Bug Fixes
# zap: Performance Improvements
# recycle: Code Refactoring
# feat: Features
# fix: Bug Fixes
# perf: Performance Improvements
# refactor: Code Refactoring
header:
pattern: "^:(\\w*)\\:\\s(.*)$"
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
notes:
keywords:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,4 @@ fabric.properties
/logs/
/.env
/target/
/CHANGELOG.md

0 comments on commit de833b5

Please sign in to comment.