Merging upstream version 0.19.0~dev.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
22711860c2
commit
95bea5117b
3 changed files with 3 additions and 2 deletions
|
@ -15,4 +15,5 @@ ARG GITLINT_VERSION
|
||||||
RUN apk add git
|
RUN apk add git
|
||||||
RUN pip install gitlint==$GITLINT_VERSION
|
RUN pip install gitlint==$GITLINT_VERSION
|
||||||
|
|
||||||
|
RUN git config --global --add safe.directory /repo
|
||||||
ENTRYPOINT ["gitlint", "--target", "/repo"]
|
ENTRYPOINT ["gitlint", "--target", "/repo"]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.18.0"
|
__version__ = "0.19.0dev"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ Source code on `github.com/jorisroovers/gitlint`_.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
version = "0.18.0"
|
version = "0.19.0dev"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gitlint",
|
name="gitlint",
|
||||||
|
|
Loading…
Add table
Reference in a new issue