mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-01 01:00:41 +00:00
26 lines
553 B
YAML
Executable File
26 lines
553 B
YAML
Executable File
style: github
|
|
template: CHANGELOG.tpl.md
|
|
info:
|
|
title: CHANGELOG
|
|
repository_url: https://github.com/thegeeklab/drone-yaml
|
|
options:
|
|
commit_groups:
|
|
title_maps:
|
|
feat: Features
|
|
fix: Bug Fixes
|
|
perf: Performance Improvements
|
|
refactor: Code Refactoring
|
|
chore: Others
|
|
test: Testing
|
|
ci: CI Pipeline
|
|
docs: Documentation
|
|
header:
|
|
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
|
|
pattern_maps:
|
|
- Type
|
|
- Scope
|
|
- Subject
|
|
notes:
|
|
keywords:
|
|
- BREAKING CHANGE
|