Commit f5bd47d
committed
fix(release): Fix YAML syntax error at line 78
Fixed YAML syntax issues:
1. Replaced heredoc with multiple echo commands:
- Heredoc can cause YAML parsing issues
- Multiple echo commands are simpler and more reliable
- Avoids special character conflicts
2. Removed underscore prefix at line 78:
- Changed '_This changelog...' to '*This changelog...'
- Underscore at line start can confuse YAML parsers
3. Updated changelog formatting:
- Changed markdown italic to bullet points
- More consistent with git-cliff output
Changes:
- Replaced heredoc <<'EOF' blocks with echo commands
- Simplified file creation process
- Fixed line 78 syntax error
- Maintained same functionality
This should resolve GitHub Actions workflow validation error.1 parent 6565800 commit f5bd47d
1 file changed
+13
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
| |||
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
106 | 102 | | |
107 | 103 | | |
108 | 104 | | |
109 | 105 | | |
110 | 106 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
117 | 111 | | |
118 | 112 | | |
119 | 113 | | |
| 114 | + | |
120 | 115 | | |
121 | 116 | | |
122 | 117 | | |
| |||
0 commit comments