fix: escape single quotes in changelog generation script #73
Reference in New Issue
Block a user
Delete Branch "fix-escape-single-quotes-changelog"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update the command in the GitLab CI configuration to properly escape
single quotes in the
sedcommand for generating the CHANGELOG.md. Thisensures that the command executes correctly in the CI environment,
preventing potential syntax errors during the build process.