From 103277bfaec2d2ab94e506daeebe9b9e2763f0ef Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Mon, 15 Apr 2019 19:09:53 -0500 Subject: [PATCH] ci: limited commitlint range --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9a0a11..5fcc4f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ publish: - npm ci # Verify that the commits are good. - - npx commitlint --from=$CI_BUILD_BEFORE_SHA + - npx commitlint --from=HEAD~1 # We need the covers and the previous version so we can generate the # "previously" chapter.