Add the missing v on the changelog call

This commit is contained in:
Juanadelacuesta
2024-07-18 10:00:21 +02:00
parent 656725a615
commit 52ff858ff8

View File

@@ -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