We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04f5db commit 36d7d5eCopy full SHA for 36d7d5e
Earthfile
@@ -33,7 +33,7 @@ check-clean-git-history:
33
check-conventional-commits-linting:
34
FROM +alpine-base
35
# renovate: datasource=github-releases depName=DeveloperC286/conventional_commits_linter
36
- ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.13.0"
+ ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.14.3"
37
RUN wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${CONVENTIONAL_COMMITS_LINTER_VERSION}/x86_64-unknown-linux-musl.gz" | gzip -d > /usr/bin/conventional_commits_linter && chmod 755 /usr/bin/conventional_commits_linter
38
DO +COPY_METADATA
39
ARG from_reference="origin/HEAD"
0 commit comments