Compare commits

..

No commits in common. "v0.8.2-5" and "v0.8.2-4" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM node:lts-bullseye-slim@sha256:2047fa1540f7ec93ed05789e73f0f78364bb1bb8d970722d5cd47a0146f7ef35
FROM node:lts-bullseye-slim@sha256:49587fa67834f15c70a149e4ebd157cb7cb9db09e223a6da72f24845d76f96fc
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -13,7 +13,7 @@ ARG YQ_VERSION
# renovate: datasource=npm depName=@lhci/cli
ENV LHCI_VERSION="${BUILD_VERSION:-0.8.2}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.16.1}"
ENV YQ_VERSION="${YQ_VERSION:-v4.14.1}"
ENV LHCI_BASE_DIR=/drone/src \
FORCE_COLOR=true \