Compare commits

..

No commits in common. "v0.11.0-1" and "v0.10.0-2" have entirely different histories.

4 changed files with 10 additions and 4 deletions

View File

@ -11,7 +11,6 @@ options:
perf: Performance Improvements
refactor: Code Refactoring
chore: Others
test: Testing
ci: CI Pipeline
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"

1
.gitignore vendored
View File

@ -1 +0,0 @@
CHANGELOG.md

8
CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# Changelog
## unreleased (2021-02-10)
### Ci
- auto-generate changelog

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:5e7bbca9af19383c6e30ea5be6949e2a789828b648ed7b9fe04ca592fc1b795b
FROM thegeeklab/alpine:latest@sha256:58bffcff0cb1124cd0489a0168c56e097637919422edd111b1e96220ed631c28
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.11.0}"
ENV CHGLOG_VERSION="${BUILD_VERSION:-v0.10.0}"
COPY overlay/ /