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
# Use a simplified approach to avoid complex string replacements
106
120
cat > release_notes.md << 'EOL'
@@ -109,6 +123,9 @@ jobs:
109
123
110
124
**Full Changelog**: <!-- GitHub will automatically populate this -->
111
125
126
+
## Detailed Changes
127
+
DETAILED_COMMITS_PLACEHOLDER
128
+
112
129
## 🔐 Security Info
113
130
114
131
**Important:** Please verify your download using the information below. Any file with different values for this particular version is not from the official source.
@@ -141,6 +158,15 @@ jobs:
141
158
# Replace version if needed
142
159
sed -i "s/VERSION/$version/g" release_notes.md
143
160
161
+
# Replace detailed commits placeholder with a safer approach
0 commit comments