From 298bcad46f7d5bddf05f8de3b7c3771e28521216 Mon Sep 17 00:00:00 2001 From: Junya Sasaki Date: Fri, 13 Sep 2024 12:41:35 +0900 Subject: [PATCH] fix(create-prs-to-update-vcs-repositories): fix wrong plaintext annotation Signed-off-by: Junya Sasaki --- create-prs-to-update-vcs-repositories/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/create-prs-to-update-vcs-repositories/README.md b/create-prs-to-update-vcs-repositories/README.md index eafa15ae..69d52958 100644 --- a/create-prs-to-update-vcs-repositories/README.md +++ b/create-prs-to-update-vcs-repositories/README.md @@ -80,8 +80,7 @@ None. "2.0.1-alpha.1227", # mismatch "1.0.0-alpha.beta", # mismatch "ros_humble-v0.10.2" # mismatch - -```` +``` ## What kind of version update is possible? @@ -92,8 +91,7 @@ None. 0.0.1 => 0.0.2 1.1.1 => 1.2.1 2.4.3 => 3.0.0 - -```` +``` - Invalid ones (PR is not created): ```plaintext @@ -101,7 +99,4 @@ None. v0.0.1 => 0.0.2 xxx-0.0.1 => 0.0.9 0.0.1-rc1 => 0.0.2 - -``` - ```