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

1 Commits

Author SHA1 Message Date
argoyle 20f4de9ef9 fix: escape single quotes in changelog generation script
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.
2025-08-23 19:49:58 +02:00