diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2024-03-02 13:50:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-02 13:50:58 -0800 |
| commit | dd24c54897a19c2d7e0d90409bb23238fcac79f2 (patch) | |
| tree | 2b0f8a897c070a43a966e3aa6315515da7c53cf1 /Makefile | |
| parent | 2fec5692e424cd24e7450d63bbe58f75eafb7417 (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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
