Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #235

Merged
merged 1 commit into from
May 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,26 +122,26 @@ Creating a new release `v6.8 -> v7` using the recommended configuration above.

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------------|--------|----------|-----------|--------------------------------------------------------------------|
| current\_version | string | false | | The current project version (Defualt:<br>The last git tag). |
| new\_version | string | false | | The next project version (Default:<br>The new git tag). |
| only\_major | string | false | `"false"` | Only update the major version<br>number. |
| paths | string | true | | A list of file names<br>to search and replace versions. |
| pattern | string | false | | The pattern to match the<br> location that needs to be<br>updated. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 122

Expected: 80; Actual: 122
|-----------------|--------|----------|-----------|----------------------------------------------------------------------|
| current\_version | string | false | | The current project version (Defualt: The last git tag). |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 123

Expected: 80; Actual: 123
| new\_version | string | false | | The next project version (Default: The new git tag). |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 123

Expected: 80; Actual: 123
| only\_major | string | false | `"false"` | Only update the major version <br>number. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 123

Expected: 80; Actual: 123
| paths | string | true | | A list of file names <br>to search and replace versions. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 122

Expected: 80; Actual: 122
| pattern | string | false | | The pattern to match the <br>location that needs to be <br>updated. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 122

Expected: 80; Actual: 122

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br

Element: br

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

| OUTPUT | TYPE | DESCRIPTION |
|--------------------|--------|--------------------------------------------|
| is\_initial\_release | string | Boolean indicating an initial release. |
| major\_update | string | Boolean indicating a major version<br>bump |
| new\_version | string | The current project version |
| old\_version | string | The previous project version |
| OUTPUT | TYPE | DESCRIPTION |
|--------------------|--------|----------------------------------------------|
| is\_initial\_release | string | Boolean indicating an initial release. |
| major\_update | string | Boolean indicating a major version <br>bump |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br

Element: br
| new\_version | string | The current project version |
| old\_version | string | The previous project version |

<!-- AUTO-DOC-OUTPUT:END -->

Expand Down