From 52ff858ff8cbcd0d95c008d1b61334f0a08c6d40 Mon Sep 17 00:00:00 2001 From: Juanadelacuesta <8647634+Juanadelacuesta@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:00:21 +0200 Subject: [PATCH] Add the missing v on the changelog call --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b11e6c8e0..a4a4c068a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -223,7 +223,7 @@ proto: ## Generate protobuf bindings @buf --config tools/buf/buf.yaml --template tools/buf/buf.gen.yaml generate changelog: ## Generate changelog from entries - @changelog-build -last-release $(LAST_RELEASE) -this-release HEAD \ + @changelog-build -last-release v$(LAST_RELEASE) -this-release HEAD \ -entries-dir .changelog/ -changelog-template ./.changelog/changelog.tmpl -note-template ./.changelog/note.tmpl ## We skip the terraform directory as there are templated hcl configurations