Skip to content
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ jobs:

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

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|----------------------|--------|----------|-----------|-------------------------------------------------------------------|
| initial\_release\_type | string | true | `"patch"` | Initial release type returned when<br>there are no existing tags. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 126

Expected: 80; Actual: 126
|----------------------|--------|----------|-----------|---------------------------------------------------------------------|
| initial\_release\_type | string | true | `"patch"` | Initial release type returned when <br>there are no existing tags. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 128

Expected: 80; Actual: 128

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 |
|--------------|--------|-------------------------------------------------------------------------------------------------------------------|
| new\_version | string | The current project version |
| old\_version | string | The previous project version |
| release\_type | string | The difference between two versions<br> by the release type (`major`,<br>`minor`, `patch`, `prerelease`, `build`) |
| OUTPUT | TYPE | DESCRIPTION |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 139

Expected: 80; Actual: 139
|--------------|--------|-----------------------------------------------------------------------------------------------------------------|
| new\_version | string | The current project version |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 140

Expected: 80; Actual: 140
| old\_version | string | The previous project version |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 140

Expected: 80; Actual: 140
| release\_type | string | The difference between two versions <br>by the release type (`major`, `minor`, `patch`, `prerelease`, `build`) |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 140

Expected: 80; Actual: 140

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

Expand Down