зеркало из https://github.com/Azure/aks-engine.git
46 строки
974 B
YAML
Executable File
46 строки
974 B
YAML
Executable File
style: github
|
|
template: CHANGELOG.tpl.md
|
|
info:
|
|
title: CHANGELOG
|
|
repository_url: https://github.com/Azure/aks-engine
|
|
options:
|
|
commits:
|
|
filters:
|
|
Type:
|
|
- build
|
|
- chore
|
|
- ci
|
|
- docs
|
|
- feat
|
|
- fix
|
|
- perf
|
|
- refactor
|
|
- revert
|
|
- security
|
|
- style
|
|
- test
|
|
sort_by: Scope
|
|
commit_groups:
|
|
title_maps:
|
|
build: Build 🏭
|
|
chore: Maintenance 🔧
|
|
ci: Continuous Integration 💜
|
|
docs: Documentation 📘
|
|
feat: Features 🌈
|
|
fix: Bug Fixes 🐞
|
|
perf: Performance Improvements 🚀
|
|
refactor: Code Refactoring 💎
|
|
revert: Revert Change ◀️
|
|
security: Security Fix 🛡️
|
|
style: Code Style 🎶
|
|
test: Testing 💚
|
|
header:
|
|
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
|
|
pattern_maps:
|
|
- Type
|
|
- Scope
|
|
- Subject
|
|
notes:
|
|
keywords:
|
|
- BREAKING CHANGE
|