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 main2025-08-23 17:50:18 +00:00
This repo is archived. You cannot comment on pull requests.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.