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 93a3b92 commit a2bce00Copy full SHA for a2bce00
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.2"
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