fix(ci): remove trailing whitespace in changelog generation
Updates the changelog generation command to remove trailing whitespace before writing to CHANGELOG.md. This ensures a cleaner output and maintains consistency in formatting.
This commit is contained in:
@@ -28,7 +28,7 @@ unbound_release_changelog:
|
||||
script:
|
||||
- 'echo "Generating changelog"'
|
||||
- 'git-cliff --bump --unreleased --strip header > CHANGES.md'
|
||||
- 'git-cliff --bump > CHANGELOG.md'
|
||||
- 'git-cliff --bump | sed 's/\s\+$//' > CHANGELOG.md'
|
||||
- 'echo "Bumping version"'
|
||||
- 'git-cliff --bumped-version 2>/dev/null > VERSION'
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user