Skip to content

Commit

Permalink
fix(create-prs-to-update-vcs-repositories): fix wrong plaintext annot…
Browse files Browse the repository at this point in the history
…ation

Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
sasakisasaki committed Sep 13, 2024
1 parent 261ab43 commit 298bcad
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions create-prs-to-update-vcs-repositories/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand All @@ -92,16 +91,12 @@ 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
main => 0.0.1
v0.0.1 => 0.0.2
xxx-0.0.1 => 0.0.9
0.0.1-rc1 => 0.0.2
```

```

0 comments on commit 298bcad

Please sign in to comment.