aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2024-03-02 13:50:58 -0800
committerGitHub <noreply@github.com>2024-03-02 13:50:58 -0800
commitdd24c54897a19c2d7e0d90409bb23238fcac79f2 (patch)
tree2b0f8a897c070a43a966e3aa6315515da7c53cf1 /Makefile
parent2fec5692e424cd24e7450d63bbe58f75eafb7417 (diff)
Add changelog linter (#287)
This should help make sure we don't forget to document any important user-visible changes.
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