summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2023-06-12 20:22:06 +0300
committerAndre A. Gomes <andremegafone@gmail.com>2023-06-12 20:22:06 +0300
commitcf9f0c8d5e17418ad791a132bfb7671ae6ab36ec (patch)
treef75c88e9701cf83d9d39080e7fc51ce52a579db4 /.github
parent140d22f2e1e6d7ada45771385b046adb9c786762 (diff)
workflows/release: Expand release notes.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 4a86f848e..863b659c5 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -84,6 +84,11 @@ jobs:
echo "Release notes: https://nyxt.atlas.engineer/article/release-$(cat version).org" >> release.txt
echo "" >> release.txt
echo "To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself." >> release.txt
+ echo "" >> release.txt
+ echo "\`$(cat version).tar.xz\` is a self-contained bundle that runs on any GNU/Linux machine:" >> release.txt
+ echo "" >> release.txt
+ echo "1. Extract the archive, e.g. \`tar -xf /path/to/$(cat version).tar.xz\`;" >> release.txt
+ echo "2. Issue \`./usr/local/bin/nyxt\`." >> release.txt
- name: Generate source archive with submodules
shell: bash