From 9caf9bb6263299456ae8969527d66f072e584a03 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 25 Oct 2022 19:38:03 +0300 Subject: feat! subplot metadata field for authors Rename the field "author", which takes a single string value, to "authors", which takes a list of strings. This way we're consistent for single- and multi-author documents. Sponsored-by: author --- tests/subplots/common/files.subplot | 3 ++- tests/subplots/common/runcmd.subplot | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/subplots/common/files.subplot b/tests/subplots/common/files.subplot index edf7a26..75726f9 100644 --- a/tests/subplots/common/files.subplot +++ b/tests/subplots/common/files.subplot @@ -1,5 +1,6 @@ title: Acceptance criteria for the files Subplot library -author: The Subplot project +authors: + - The Subplot project markdowns: - files.md bindings: diff --git a/tests/subplots/common/runcmd.subplot b/tests/subplots/common/runcmd.subplot index e30e5a8..dcfd590 100644 --- a/tests/subplots/common/runcmd.subplot +++ b/tests/subplots/common/runcmd.subplot @@ -1,5 +1,6 @@ title: Acceptance criteria for the lib/runcmd Subplot library -author: The Subplot project +authors: + - The Subplot project markdowns: - runcmd.md bindings: -- cgit v1.2.1