remove unnecessary git fetch command from ci

This commit is contained in:
Robert Kaussow 2024-01-04 20:53:54 +01:00
parent aab70ea59a
commit 4f5623759f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ steps:
changelog:
image: quay.io/thegeeklab/git-sv
commands:
- git fetch --depth=2147483647
- git sv current-version
- git sv release-notes -t ${CI_COMMIT_TAG:-next} -o CHANGELOG.md
- cat CHANGELOG.md