Skip to content

Commit 2970ec9

Browse files
committed
README-RELEASE update
1 parent e333a32 commit 2970ec9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README-RELEASE.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,19 @@ The test results are available from
221221
Install the binaries on all supported platforms and check if they are
222222
functional.
223223

224+
Download the platform specific archive from
225+
<https://github.com/xpack-dev-tools/pre-releases/releases/tag/test/>.
226+
227+
To test graphical mode, use Thomas Huth's presentation:
228+
229+
```sh
230+
curl -L https://www.qemu-advent-calendar.org/2018/download/day24.tar.xz \
231+
-o ${HOME}/Downloads/day24.tar.xz
232+
(cd ${HOME}/Downloads; tar xvf day24.tar.xz)
233+
export PATH=${HOME}/Downloads/xpack-qemu-riscv-6.2.0-1/bin:$PATH
234+
bash ${HOME}/Downloads/day24/run.sh
235+
```
236+
224237
## Create a new GitHub pre-release draft
225238

226239
- in `CHANGELOG.md`, add the release date and a message like _- v6.2.0-1 released_
@@ -263,7 +276,7 @@ If any, refer to closed
263276
- perform the final edits and check if everything is fine
264277
- temporarily fill in the _Continue Reading »_ with the URL of the
265278
web-preview release
266-
- keep the pre-release button enabled
279+
- **keep the pre-release button enabled**
267280
- do not enable Discussions yet
268281
- publish the release
269282

0 commit comments

Comments
 (0)