fix: escape single quotes in changelog generation script #73

Merged
argoyle merged 1 commits from fix-escape-single-quotes-changelog into main 2025-08-23 17:50:18 +00:00
argoyle commented 2025-08-23 17:50:10 +00:00 (Migrated from gitlab.com)

Update the command in the GitLab CI configuration to properly escape
single quotes in the sed command for generating the CHANGELOG.md. This
ensures that the command executes correctly in the CI environment,
preventing potential syntax errors during the build process.

Update the command in the GitLab CI configuration to properly escape single quotes in the `sed` command for generating the CHANGELOG.md. This ensures that the command executes correctly in the CI environment, preventing potential syntax errors during the build process.
argoyle (Migrated from gitlab.com) merged commit into main 2025-08-23 17:50:18 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/ci-templates#73