Compare commits

...

4 Commits

Author SHA1 Message Date
Renovator Bot 0ad1b678eb chore(deps): update dependency git-chglog/git-chglog to v0.15.1 (#37)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-12-16 12:44:02 +01:00
Robert Kaussow 25effa2f9d chore: adjust changelog template to link to prs instead of issues (#36)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-12-12 13:25:17 +01:00
Renovator Bot c2177151b3 chore(docker): update thegeeklab/alpine:latest docker digest to 3e8b665
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-11-28 19:01:38 +00:00
Renovator Bot 0974469fe4 chore(docker): update thegeeklab/alpine:latest docker digest to 4fcb2f7
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-20 17:01:24 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
### {{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") | trim }}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(.*)/issues/(.*)" (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") "${1}/pulls/${2}") | trim }}
{{ end }}
{{- end -}}

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:4361bc72c04bea35bb620d3641e73d7794246fac35b94e12049ba166d171d5bd
FROM thegeeklab/alpine:latest@sha256:3e8b6659525a4aa0a01d82a38decdf87ee5419028113e42990331580b34570d8
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/git
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=git-chglog/git-chglog
ENV CHGLOG_VERSION="${BUILD_VERSION:-v0.15.0}"
ENV CHGLOG_VERSION="${BUILD_VERSION:-v0.15.1}"
COPY overlay/ /