File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,25 @@ jobs:
38
38
name : extension-${{ github.sha }}
39
39
path : workspace/extension/build/svelte-devtools.zip
40
40
41
- # debug
42
- - run : echo ${{ github.event.head_commit.message }}
43
- - if : github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}'
41
+ - if : |
42
+ github.repository == 'sveltejs/svelte-devtools'
43
+ # github.event_name == 'push' && github.ref == 'refs/heads/master' &&
44
+ # github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}'
44
45
env:
45
46
GH_TOKEN: ${{ github.token }}
46
47
run: | # https://cli.github.com/manual/gh_release_create
47
48
gh release create v3.0.0 \
48
49
workspace/extension/build/svelte-devtools.zip \
49
50
--title 3.0.0 \
50
- --draft --generate-notes
51
+ --draft --generate-notes --notes '
52
+ **Full Changelog**: https://github.com/sveltejs/svelte-devtools/compare/$(gh release list --exclude-drafts --json tagName --jq .[0].tagName)...v${{ needs.manifest.outputs.version }}
53
+
54
+ Built from ${{ github.event.head_commit.id }} at https://github.com/sveltejs/svelte-devtools/actions/runs/${{ github.run_id }}
55
+ - Chrome Web Store: https://chrome.google.com/webstore/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
56
+ - Firefox Signed Add-on: https://github.com/sveltejs/svelte-devtools/releases/download/v${{ needs.manifest.outputs.version }}/svelte-devtools.xpi
57
+
58
+ ---
59
+ '
51
60
52
61
# publish:
53
62
# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments