From 4a856c77fea69a17c3cde002c5b1fa8b6a139042 Mon Sep 17 00:00:00 2001 From: Bryann Valderrama Date: Tue, 25 Feb 2025 12:55:52 -0500 Subject: [PATCH] chore: add changelog targets to Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29794a5b..9e885bdc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .PHONY: clean clean_tox compile_translations coverage diff_cover docs dummy_translations \ extract_translations fake_translations help pull_translations push_translations \ - quality requirements selfcheck test test-all upgrade validate install_transifex_client + quality requirements selfcheck test test-all upgrade validate install_transifex_client \ + changelog-entry changelog .DEFAULT_GOAL := help