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 36ef0d4 commit fa90dc9Copy full SHA for fa90dc9
Earthfile
@@ -36,7 +36,7 @@ check-clean-git-history:
36
check-conventional-commits-linting:
37
FROM +rust-base
38
# renovate: datasource=github-releases depName=DeveloperC286/conventional_commits_linter
39
- ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.13.0"
+ ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.14.3"
40
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
41
DO +COPY_METADATA
42
ARG from_reference="origin/HEAD"
0 commit comments