Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
pre-commit-ci[bot] authored and sasakisasaki committed Sep 13, 2024
1 parent 298bcad commit ee772cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion create-prs-to-update-vcs-repositories/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ None.

- Monitors all vcs-imported repositories in the `autoware.repos` (if default) which have a version with regular expression pattern `r'\b(?<![^\s])\d+\.\d+\.\d+(?![-\w.+])\b'` (if default).
- This pattern match/mismatches for the following examples:

```plaintext
"0.0.1", # match
"0.1.0", # match
Expand All @@ -87,13 +88,15 @@ None.
- If there is a new version with pattern matched in the vcs-imported repositories, create a PR for each repository, respectively.
- The valid/invalid version update cases are as follows:
- Valid ones (PR must be created):

```plaintext
0.0.1 => 0.0.2
1.1.1 => 1.2.1
2.4.3 => 3.0.0
```

- Invalid ones (PR is not created):
- Invalid ones (PR is not created):

```plaintext
main => 0.0.1
v0.0.1 => 0.0.2
Expand Down

0 comments on commit ee772cf

Please sign in to comment.