Compare commits

...

5 Commits

Author SHA1 Message Date
Renovator Bot edfcc56882 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:33 +00:00
Robert Kaussow a781b86820
chore: end of the year maintenance
continuous-integration/drone/push Build is passing Details
2021-12-21 10:59:38 +01:00
Robert Kaussow b54d1be0cd chore: adjust changelog template to link to prs instead of issues (#37)
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:53 +01:00
Renovator Bot ca387c1f53 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:17 +00:00
Renovator Bot 7869f18fcc 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:45 +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