From 4d6b58d5b6ea114ee1f2bc7c2a55c46d4b20b1e9 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 19 Jan 2022 11:25:01 +0100 Subject: [PATCH 1/3] fix: readme typo Signed-off-by: blam --- plugins/todo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/todo/README.md b/plugins/todo/README.md index ad0ad4fc1d..63b36de0d8 100644 --- a/plugins/todo/README.md +++ b/plugins/todo/README.md @@ -89,7 +89,7 @@ Below are some examples of formats that are supported by default: // FIXME Nobody knows why this is here ``` -Note the trailing comments are not supported, the following TODO would not be listed: +Note that trailing comments are not supported, the following TODO would not be listed: ```ts function reverse(str: string) { From e845a5b30aea95fff2e852f570ed08f75013d731 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 19 Jan 2022 11:41:48 +0100 Subject: [PATCH 2/3] chore: updated patched.json with the next release for plugin-todo Signed-off-by: blam --- .changeset/patched.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/patched.json b/.changeset/patched.json index 1029c8f106..13ed8175a4 100644 --- a/.changeset/patched.json +++ b/.changeset/patched.json @@ -1,3 +1,5 @@ { - "currentReleaseVersion": {} + "currentReleaseVersion": { + "@backstage/plugin-todo": "0.1.19" + } } From 751e0ceb2ac80c0861d68d7667ef6fc4796037aa Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 19 Jan 2022 11:25:01 +0100 Subject: [PATCH 3/3] fix: readme typo Signed-off-by: blam --- .changeset/short-games-float.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/short-games-float.md diff --git a/.changeset/short-games-float.md b/.changeset/short-games-float.md new file mode 100644 index 0000000000..4cacb2a9de --- /dev/null +++ b/.changeset/short-games-float.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-todo': patch +--- + +Apply fix from the 0.1.19 patch release