You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): resolve sed error in CHANGELOG update step
- Replace sed command with file manipulation using cat
- Create temporary file for new changelog entry
- Use cat to prepend new content to existing CHANGELOG.md
This commit addresses the sed error in the CHANGELOG update script,
providing a more robust method for updating the CHANGELOG.md file
that can handle multi-line entries and special characters.
0 commit comments