This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git
The following commit(s) were added to refs/heads/master by this push:
new 497c87d Fixup metadata on 9.1.1 and 10.0.1 release
497c87d is described below
commit 497c87d9c2435aadd004cc8299f53759254e2f4b
Author: Brennan Ashton <[email protected]>
AuthorDate: Wed Dec 9 09:26:20 2020 -0800
Fixup metadata on 9.1.1 and 10.0.1 release
---
_releases/10.0.1.md | 7 ++++---
_releases/9.1.1.md | 6 ++++--
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/_releases/10.0.1.md b/_releases/10.0.1.md
index c5cb7f1..b40878d 100644
--- a/_releases/10.0.1.md
+++ b/_releases/10.0.1.md
@@ -11,9 +11,10 @@ artifact-root:
"https://downloads.apache.org/incubator/nuttx/10.0.1"
checksum-root: "https://downloads.apache.org/incubator/nuttx/10.0.1"
key-file: "https://downloads.apache.org/incubator/nuttx/KEYS"
-source-os-dist: - "apache-nuttx-10.0.1-incubating.tar.gz" source-app-dist: -
- "apache-nuttx-apps-10.0.1-incubating.tar.gz"
-
+source-os-dist:
+ - "apache-nuttx-10.0.1-incubating.tar.gz"
+source-app-dist:
+ - "apache-nuttx-apps-10.0.1-incubating.tar.gz"
---
diff --git a/_releases/9.1.1.md b/_releases/9.1.1.md
index 82ee083..87ca6d1 100644
--- a/_releases/9.1.1.md
+++ b/_releases/9.1.1.md
@@ -11,9 +11,11 @@ artifact-root:
"https://downloads.apache.org/incubator/nuttx/9.1.1"
checksum-root: "https://downloads.apache.org/incubator/nuttx/9.1.1"
key-file: "https://downloads.apache.org/incubator/nuttx/KEYS"
-source-os-dist: - "apache-nuttx-9.1.1-incubating.tar.gz" source-app-dist: -
- "apache-nuttx-apps-9.1.1-incubating.tar.gz"
+source-os-dist:
+ - "apache-nuttx-9.1.1-incubating.tar.gz"
+source-app-dist:
+ - "apache-nuttx-apps-9.1.1-incubating.tar.gz"
---