File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,19 @@ The test results are available from
221221Install the binaries on all supported platforms and check if they are
222222functional.
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
You can’t perform that action at this time.
0 commit comments