1
0
Fork 0

Merging upstream version 0.19.0~dev.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 06:07:07 +01:00
parent 22711860c2
commit 95bea5117b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 3 additions and 2 deletions

View file

@ -15,4 +15,5 @@ ARG GITLINT_VERSION
RUN apk add git
RUN pip install gitlint==$GITLINT_VERSION
RUN git config --global --add safe.directory /repo
ENTRYPOINT ["gitlint", "--target", "/repo"]

View file

@ -1 +1 @@
__version__ = "0.18.0"
__version__ = "0.19.0dev"

View file

@ -23,7 +23,7 @@ Source code on `github.com/jorisroovers/gitlint`_.
"""
version = "0.18.0"
version = "0.19.0dev"
setup(
name="gitlint",