Publish script: fixed frontmatter for arduinojson.org

This commit is contained in:
Benoit Blanchon
2021-07-19 10:19:04 +02:00
parent ebf58320ca
commit f5c7a6478e
2 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
set -eu
TAG="$1"
VERSION="$1"
CHANGELOG="$2"
FRONTMATTER="$3"
cat << END
---
branch: v6
version: $TAG
version: $VERSION
date: '$(date +'%Y-%m-%d')'
$(cat "$FRONTMATTER")
---