Skip to content

Commit 74fbb9a

Browse files
committed
body-jekyll: update
1 parent 4336888 commit 74fbb9a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

scripts/templates/body-jekyll-release-post-part-1-liquid.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ summary: "Version **{{ RELEASE_VERSION }}** is a new release; it follows the ups
77

88
version: "{{ RELEASE_VERSION }}"
99
npm_subversion: 1
10+
qemu_version: "7.1.0"
11+
qemu_short_commit: "621da7789"
12+
qemu_long_commit: "621da7789083b80d6f1ff1c0fb499334007b4f51"
13+
qemu_date: "30 August 2022"
14+
1015
download_url: https://github.com/xpack-dev-tools/qemu-riscv-xpack/releases/tag/v{{ RELEASE_VERSION }}/
1116

1217
date: {{ RELEASE_DATE }}
@@ -124,8 +129,9 @@ with major changes.
124129

125130
The current version is based on:
126131

127-
- QEMU version 7.0.0, commit [823a3f1](https://github.com/xpack-dev-tools/qemu/commit/823a3f11fb8f04c3c3cc0f95f968fef1bfc6534f)
128-
from Apr 19th, 2022.
132+
- QEMU version {% raw %}{{ page.qemu_version }}{% endraw %},
133+
commit [{% raw %}{{ page.qemu_short_commit }}{% endraw %}](https://github.com/xpack-dev-tools/qemu/commit/{% raw %}{{ page.qemu_long_commit }}{% endraw %})
134+
from {% raw %}{{ page.qemu_date }}{% endraw %}.
129135

130136
## Changes
131137

0 commit comments

Comments
 (0)