0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00

[skip ci] update changelog

This commit is contained in:
Robert Kaussow 2021-02-09 13:41:03 +01:00
parent 955ff86462
commit 7991376635
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
3 changed files with 60 additions and 7 deletions

23
.chglog/CHANGELOG.tpl.md Executable file
View File

@ -0,0 +1,23 @@
# Changelog
{{ range .Versions -}}
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{ end }}
{{ end -}}
{{- if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
{{ range .Notes }}
{{ .Body }}
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}

28
.chglog/config.yml Executable file
View File

@ -0,0 +1,28 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/owncloud-ci/drone-ansible
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

View File

@ -1,13 +1,15 @@
# Changelog
## v2.10.2 (2021-01-26)
## [v2.10.3](https://github.com/owncloud-ci/drone-ansible/compare/v2.10.2...v2.10.3) (2021-02-09)
### Fixes
### Chore
- replace labels in dockerfiles
- **deps:** update dependency ansible to v2.10.6 ([#10](https://github.com/owncloud-ci/drone-ansible/issues/10))
- **deps:** update plugins/base:linux-amd64 docker digest to d1dc958
- **deps:** update plugins/base:linux-arm docker digest to 186ca99
- **deps:** update plugins/base:linux-arm64 docker digest to 9bdb27f
### Others
### Refactor
- cleanup docker setup ([#9](https://github.com/owncloud-ci/drone-ansible/issues/9))
- **deps:** pin plugins/base docker tag ([#2](https://github.com/owncloud-ops/drone-ansible/issues/2))
- chore: push readme to dockerhub
- enable renovate