зеркало из https://github.com/Azure/aks-engine.git
chore: update git-chglog configuration for releases (#314)
This commit is contained in:
Родитель
bb2f808ace
Коммит
664cb4f1c6
|
@ -1,20 +1,6 @@
|
|||
{{ if .Versions -}}
|
||||
<a name="unreleased"></a>
|
||||
## [Unreleased]
|
||||
|
||||
{{ if .Unreleased.CommitGroups -}}
|
||||
{{ range .Unreleased.CommitGroups -}}
|
||||
### {{ .Title }}
|
||||
{{ range .Commits -}}
|
||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
||||
{{ end }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
|
||||
{{ range .Versions }}
|
||||
<a name="{{ .Tag.Name }}"></a>
|
||||
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
|
||||
# {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
|
||||
{{ range .CommitGroups -}}
|
||||
### {{ .Title }}
|
||||
{{ range .Commits -}}
|
||||
|
@ -22,6 +8,8 @@
|
|||
{{ end }}
|
||||
{{ end -}}
|
||||
|
||||
#### Please report any issues here: https://github.com/Azure/aks-engine/issues/new
|
||||
|
||||
{{- if .NoteGroups -}}
|
||||
{{ range .NoteGroups -}}
|
||||
### {{ .Title }}
|
||||
|
@ -39,4 +27,5 @@
|
|||
[{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
|
||||
{{ end -}}
|
||||
|
|
|
@ -4,19 +4,19 @@ info:
|
|||
title: CHANGELOG
|
||||
repository_url: https://github.com/Azure/aks-engine
|
||||
options:
|
||||
commits:
|
||||
# filters:
|
||||
# Type:
|
||||
# - feat
|
||||
# - fix
|
||||
# - perf
|
||||
# - refactor
|
||||
commit_groups:
|
||||
# title_maps:
|
||||
# feat: Features
|
||||
# fix: Bug Fixes
|
||||
# perf: Performance Improvements
|
||||
# refactor: Code Refactoring
|
||||
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 ◀️
|
||||
style: Code Style 🎶
|
||||
test: Testing 💚
|
||||
header:
|
||||
pattern: "^(\\w*)\\:\\s(.*)$"
|
||||
pattern_maps:
|
||||
|
@ -24,4 +24,4 @@ options:
|
|||
- Subject
|
||||
notes:
|
||||
keywords:
|
||||
- BREAKING CHANGE
|
||||
- BREAKING CHANGE
|
||||
|
|
Загрузка…
Ссылка в новой задаче