File tree Expand file tree Collapse file tree 2 files changed +20
-23
lines changed Expand file tree Collapse file tree 2 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 11name-template : ' Release v$RESOLVED_VERSION'
22tag-template : ' v$RESOLVED_VERSION'
33
4- changelog :
5- exclude :
6- labels :
7- - ' ignore for release'
8- - ' ignore for release'
4+ exclude-labels :
5+ - ' ignore for release'
96
10- categories :
11- - title : ' 🚀 New Features'
12- labels :
13- - ' enhancement'
7+ categories :
8+ - title : ' 🚀 New Features'
9+ labels :
10+ - ' enhancement'
1411
15- - title : ' 🐛 Bugs'
16- labels :
17- - ' bug'
12+ - title : ' 🐛 Bugs'
13+ labels :
14+ - ' bug'
1815
19- - title : ' 📚 Documentation'
20- labels :
21- - ' documentation'
16+ - title : ' 📚 Documentation'
17+ labels :
18+ - ' documentation'
2219
23- - title : ' 🔧 Maintenance'
24- labels :
25- - ' chore'
20+ - title : ' 🔧 Maintenance'
21+ labels :
22+ - ' chore'
2623
27- - title : ' Other Changes'
28- labels : []
24+ - title : ' Other Changes'
25+ labels : []
2926
3027template : |
3128 ## Changelog for v$RESOLVED_VERSION
Original file line number Diff line number Diff line change 7979 - name : Upload release assets
8080 run : |
8181 gh release upload ${{ github.event.inputs.version }} \
82- "artifacts/taskr_${{ github.event.inputs.version }}_linux" \
83- "artifacts/taskr_${{ github.event.inputs.version }}_windows.exe" \
84- "artifacts/taskr_${{ github.event.inputs.version }}_macos" \
82+ "artifacts/binaries-linux-latest/ taskr_${{ github.event.inputs.version }}_linux" \
83+ "artifacts/binaries-windows-latest/ taskr_${{ github.event.inputs.version }}_windows.exe" \
84+ "artifacts/binaries-macos-latest/ taskr_${{ github.event.inputs.version }}_macos" \
8585 --clobber
8686
8787 gh release edit ${{ github.event.inputs.version }} --draft=false
You can’t perform that action at this time.
0 commit comments