aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 24fda89..1e2b7aa 100644
--- a/Makefile
+++ b/Makefile
@@ -107,3 +107,7 @@ fmt-changed: ## Get list of changed formatters on this PR
.PHONY: fmt-test # env var: FORMATTERS
fmt-test: ## Actually run formatter tests
@test/formatters/run-func.bash apheleia-ft-test
+
+.PHONY: lint-changelog
+lint-changelog: ## Report an error if the changelog wasn't updated
+ @scripts/lint-changelog.bash