diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md new file mode 100755 index 0000000..95a8415 --- /dev/null +++ b/.chglog/CHANGELOG.tpl.md @@ -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 -}} diff --git a/.chglog/config.yml b/.chglog/config.yml new file mode 100755 index 0000000..875bc32 --- /dev/null +++ b/.chglog/config.yml @@ -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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cc879..5585b58 100644 --- a/CHANGELOG.md +++ b/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