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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
87
87
-**Impact**: Release workflow failed with "syntax error near unexpected token newline" during shell script generation
88
88
-**Solution**: Replaced complex shell HEREDOC constructs with simpler `cat > file << 'EOL'` syntax and removed problematic environment reference
89
89
-**Additional Fix**: Fixed changelog content extraction to use temporary files instead of command substitution to prevent shell interpretation of special characters (`<version>`, angle brackets, etc.)
90
+
-**Final Fix**: Completely rewrote release notes generation to use simple `echo` commands instead of complex shell constructs to eliminate all YAML/shell parsing conflicts
90
91
-**Result**: Release workflow YAML now parses correctly without shell script generation errors
0 commit comments