Compare commits

...

5 Commits

Author SHA1 Message Date
Renovator Bot e74b7eed7b chore(docker): update thegeeklab/alpine:latest docker digest to 88acbe1
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-12-21 11:03:25 +00:00
Robert Kaussow 422956de0a
chore: end of the year maintenance
continuous-integration/drone/push Build is passing Details
2021-12-21 10:59:36 +01:00
Robert Kaussow 40f05585a2 chore: adjust changelog template to link to prs instead of issues (#42)
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:26:42 +01:00
Renovator Bot 3451cf55a5 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:03:09 +00:00
Renovator Bot 566fb00f81 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:02:38 +00:00
4 changed files with 4 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,2 +1,3 @@
.drone.yml
*.tpl.md
LICENSE

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:4361bc72c04bea35bb620d3641e73d7794246fac35b94e12049ba166d171d5bd
FROM thegeeklab/alpine:latest@sha256:88acbe1794e514177abea684851afa3b6f341e336032afb3519cfdae5d861c0a
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Robert Kaussow <mail@thegeeklab.de>
Copyright (c) 2022 Robert Kaussow <mail@thegeeklab.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal