1 parent 6e3a7ff commit 1f72712Copy full SHA for 1f72712
1 file changed
.github/workflows/create.yml
@@ -20,8 +20,8 @@ jobs:
20
- name: create release notes
21
run: |
22
# make it work 1st then make it pretty
23
- transmission-show -m watch/* >> release-notes.md
24
- transmission-show watch/* >> release-notes.md
+ echo "[magnet link 🧲](" >> release-notes.md && transmission-show -m watch/* >> release-notes.md && echo ")" >> release-notes.md
+ echo "```" >> release-notes.md && transmission-show watch/* >> release-notes.md && echo "```" >> release-notes.md
25
- name: Release
26
uses: softprops/action-gh-release@v2
27
if: github.ref_type == 'tag'
0 commit comments