Skip to content

Commit

Permalink
templates/body-jekyll: use upstream_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Mar 25, 2022
1 parent 5cf558f commit eadbe21
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions scripts/templates/body-jekyll-release-post-part-1-liquid.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ title: xPack CMake v{{ RELEASE_VERSION }} released

summary: "Version **{{ RELEASE_VERSION }}** is a new release; it follows the upstream release."

version: {{ RELEASE_VERSION }}
npm_subversion: 1
version: "{{ RELEASE_VERSION }}"
upstream_version: "3.21.6"
upstream_release_date: "Mar 4th, 2022"
npm_subversion: "1"
download_url: https://github.com/xpack-dev-tools/cmake-xpack/releases/tag/v{{ RELEASE_VERSION }}/

date: {{ RELEASE_DATE }}
Expand Down Expand Up @@ -116,8 +118,8 @@ The current version is based on:
TODO: update commit id and date.

- CMake release
[X.Y.Z](https://github.com/Kitware/CMake/releases/tag/vX.Y.Z/)
from DDDDDDD.
[{% raw %}{{ page.upstream_version }}{% endraw %}](https://github.com/Kitware/CMake/releases/tag/v{% raw %}{{ page.upstream_version }}{% endraw %}/)
from {% raw %}{{ page.upstream_version }}{% endraw %}.

## Changes

Expand Down Expand Up @@ -169,11 +171,7 @@ relative path.

## Documentation

The current version specific CMake documentation is available in each packet:

- `doc/cmake-X.Y/html/index.html`

and online from:
The current CMake documentation is available online from:

- [https://cmake.org/documentation/](https://cmake.org/documentation/)

Expand Down

0 comments on commit eadbe21

Please # to comment.