From 3700c424febd797ce6ce82f84391b7f362790222 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 1 Oct 2022 02:12:53 +0200 Subject: [PATCH] ci(gitlab-ci): Fixmissing v for version number in release notes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b997067c..8ca180f55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ release-changelog-full: GIT_STRATEGY: clone GIT_DEPTH: 0 script: - - git-chglog --template .chglog/unreleased.tpl.md --next-tag $(date +%y.%m) --output RELEASENOTES.md + - git-chglog --template .chglog/unreleased.tpl.md --next-tag "v$(date +%y.%m)" --output RELEASENOTES.md artifacts: paths: - RELEASENOTES.md -- GitLab