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 - -``` - ```