mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-10 03:20:39 +00:00
[skip ci] update changelog
This commit is contained in:
parent
955ff86462
commit
7991376635
23
.chglog/CHANGELOG.tpl.md
Executable file
23
.chglog/CHANGELOG.tpl.md
Executable 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
28
.chglog/config.yml
Executable 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
|
16
CHANGELOG.md
16
CHANGELOG.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user