File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -129,35 +129,35 @@ jobs:
129
129
130
130
# Generate release notes
131
131
$releaseNotes = @"
132
- ## 🚀 ${{ env.PROJECT_NAME }} ${{ steps.version.outputs.version }}
132
+ ## ${{ env.PROJECT_NAME }} ${{ steps.version.outputs.version }}
133
133
134
134
Interactive sorting algorithm visualizer for educational purposes.
135
135
136
- ### 📋 What's Changed
136
+ ### What's Changed
137
137
$commits
138
138
139
- ### � Quick Start
139
+ ### Quick Start
140
140
1. **Download** the ZIP file below
141
141
2. **Extract** to any folder
142
- 3. **Run** `` AlgorithmVisualizer.exe``
142
+ 3. **Run** AlgorithmVisualizer.exe
143
143
4. **Select** an algorithm and customize array size/speed
144
144
5. **Click Start** to watch the sorting visualization
145
145
146
- ### ✨ Features
146
+ ### Features
147
147
- 6 sorting algorithms with real-time visualization
148
148
- Adjustable array size (10-500 elements)
149
149
- Variable speed control for learning
150
150
- Performance metrics and comparisons
151
151
- No installation required - just download and run!
152
152
153
- ### 💻 Requirements
153
+ ### Requirements
154
154
- Windows 10/11 (64-bit)
155
155
- No additional software needed
156
156
157
157
---
158
- 📦 **Download**: `` ${{ env.PROJECT_NAME }}-${{ steps.version.outputs.version }}-win.zip``
158
+ **Download**: ${{ env.PROJECT_NAME }}-${{ steps.version.outputs.version }}-win.zip
159
159
160
- 📚 **Full Changelog**: $changelogUrl
160
+ **Full Changelog**: $changelogUrl
161
161
"@
162
162
163
163
# Save release notes as multiline output
You can’t perform that action at this time.
0 commit comments