[skip ci] update changelog
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2021-02-07 15:21:49 +01:00
parent d7a20e33f5
commit 3aa80923f5
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 49 additions and 4 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 -}}

22
.chglog/config.yml Executable file
View File

@ -0,0 +1,22 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://gitea.rknet.org/docker/bitwardenrs
options:
commit_groups:
title_maps:
feat: Features
fix: Bug Fixes
perf: Performance Improvements
refactor: Code Refactoring
chore: Others
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
notes:
keywords:
- BREAKING CHANGE

View File

@ -1,9 +1,9 @@
# Changelog
## v1.18.0-2 (2021-01-29)
## [v1.19.0-1](https://gitea.rknet.org/docker/bitwardenrs/compare/v1.18.0-2...v1.19.0-1) (2021-02-07)
### Others
- **deps:** update dependency dani-garcia/bw_web_builds to v2.18.1 ([#18](https://gitea.rknet.org/docker/bitwardenrs/issues/18))
- **deps:** update thegeeklab/alpine:latest docker digest to d85c0b4
- remove gomplate debug output
- **deps:** update dependency dani-garcia/bitwarden_rs to v1.19.0 ([#23](https://gitea.rknet.org/docker/bitwardenrs/issues/23))
- **deps:** update thegeeklab/alpine:latest docker digest to 58bffcf