File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,10 +99,17 @@ jobs:
9999 run : |
100100 gh release upload ${{ needs.release-please.outputs.release--tag_name }} ./LivelyWallpaperRandom-${{ needs.release-please.outputs.release--tag_name }}.zip --clobber
101101
102- - name : Get release-notes
103- id : get-notes
102+ # - name: Get release-notes
103+ # id: get-notes
104+ # run: |
105+ # echo "RELEASE_NOTES<<EOF" >> $GITHUB_OUTPUT
106+ # cat ${{ env.RELEASE_NOTES_PATH }} >> $GITHUB_OUTPUT
107+ # echo "EOF" >> $GITHUB_OUTPUT
108+
109+ - name : Concatenate release-notes
110+ id : edit-notes
104111 run : |
105- cat ${{ env.RELEASE_NOTES_PATH }} | tee -a $GITHUB_OUTPUT
112+ gh release edit ${{ needs.release-please.outputs.release--tag_name }} --notes "$(gh release view ${{ needs.release-please.outputs.release--tag_name }} --json body --jq '.body') $(cat ${{ env.RELEASE_NOTES_PATH }})"
106113
107114 - name : Status
108115 run : echo "🍏 This job's status is ${{ job.status }}."
Original file line number Diff line number Diff line change 11{
22 "powershell.debugging.createTemporaryIntegratedConsole" : true ,
3- "powershell.debugging.executeMode" : " Call"
3+ "powershell.debugging.executeMode" : " Call" ,
4+ "[markdown]" : {
5+ "editor.formatOnSave" : false
6+ }
47}
Original file line number Diff line number Diff line change 33## [ 1.0.2] ( https://github.com/Fred-Vatin/smart-random-wallpaper/compare/1.0.1...v1.0.2 ) (2025-09-22)
44
55
6+ ### 🐞 Bug Fixes
7+
8+ * restart lively ([ e8e3699] ( https://github.com/Fred-Vatin/smart-random-wallpaper/commit/e8e3699d4bfe17d11b7ce1e61023587bfa857049 ) )
9+
10+ ## [ 1.0.2] ( https://github.com/Fred-Vatin/smart-random-wallpaper/compare/1.0.1...v1.0.2 ) (2025-09-22)
11+
12+
613### 🐞 Bug Fixes
714
815* restart lively ([ e8e3699] ( https://github.com/Fred-Vatin/smart-random-wallpaper/commit/e8e3699d4bfe17d11b7ce1e61023587bfa857049 ) )
Original file line number Diff line number Diff line change 1+
2+
13# How to Install
24
35Download the ` LivelyWallpaperRandom.zip ` file and read the [ wiki] ( https://github.com/Fred-Vatin/smart-random-wallpaper/wiki ) to start.
You can’t perform that action at this time.
0 commit comments