Skip to content

Commit e8d4f04

Browse files
committed
chore(main): release 1.0.2
2 parents ea0253a + aa44194 commit e8d4f04

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}."

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"powershell.debugging.createTemporaryIntegratedConsole": true,
3-
"powershell.debugging.executeMode": "Call"
3+
"powershell.debugging.executeMode": "Call",
4+
"[markdown]": {
5+
"editor.formatOnSave": false
6+
}
47
}

Repo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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))

Repo/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
# How to Install
24

35
Download the `LivelyWallpaperRandom.zip` file and read the [wiki](https://github.com/Fred-Vatin/smart-random-wallpaper/wiki) to start.

0 commit comments

Comments
 (0)