diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md deleted file mode 100644 index 8ab81146c1b..00000000000 --- a/.chglog/CHANGELOG.tpl.md +++ /dev/null @@ -1,25 +0,0 @@ -{{- range .Versions }} - -## [{{ .Tag.Name }}]{{ if .Tag.Previous }}({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }}) - -{{- range .CommitGroups }} - -### {{ .Title }} - -{{ range .Commits }} - -- {{ .Subject -}} - {{- end -}} - -{{- end -}} - -{{- range .NoteGroups }} - -### {{ .Title }} - -{{ range .Notes }} -{{ .Body }} -{{- end }} -{{- end -}} - -{{- end -}} diff --git a/.chglog/config.yml b/.chglog/config.yml deleted file mode 100644 index f3fbc574dac..00000000000 --- a/.chglog/config.yml +++ /dev/null @@ -1,28 +0,0 @@ -style: github -template: CHANGELOG.tpl.md -info: - title: CHANGELOG - repository_url: https://github.com/truecharts/charts -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*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" - pattern_maps: - - Type - - Scope - - Subject - notes: - keywords: - - BREAKING CHANGE