fix: update changelog generation script syntax

Correct the quote style in the changelog generation script for 
consistency and adherence to shell syntax. The change improves 
readability and reduces potential parsing issues.
This commit is contained in:
2025-08-23 19:52:11 +02:00
parent 20f4de9ef9
commit c78db79873
+1 -1
View File
@@ -28,7 +28,7 @@ unbound_release_changelog:
script:
- 'echo "Generating changelog"'
- 'git-cliff --bump --unreleased --strip header > CHANGES.md'
- 'git-cliff --bump | sed '\''s/\s\+$//'\'' > CHANGELOG.md'
- "git-cliff --bump | sed 's/\s\+$//' > CHANGELOG.md"
- 'echo "Bumping version"'
- 'git-cliff --bumped-version 2>/dev/null > VERSION'
artifacts: