-
-
Notifications
You must be signed in to change notification settings - Fork 1
Updated README.md #116
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 #116
Conversation
@@ -93,7 +93,7 @@ | |||
|
|||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | |||
|----------------------|--------|----------|-----------|-------------------------------------------------------------------| | |||
| initial\_release\_type | string | true | `"patch"` | Initial release type returned when there<br>are no existing tags. | | |||
| 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: 126
@@ -105,7 +105,7 @@ | |||
|--------------|--------|-------------------------------------------------------------------------------------------------------------------| | |||
| new\_version | string | The current project version | | |||
| old\_version | string | The previous project version | | |||
| release\_type | string | The difference between two versions by<br> the release type (`major`, `minor`, `patch`,<br>`prerelease`, `build`) | | |||
| release\_type | string | The difference between two versions<br> by the release type (`major`,<br>`minor`, `patch`, `prerelease`, `build`) | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
@@ -105,7 +105,7 @@ | |||
|--------------|--------|-------------------------------------------------------------------------------------------------------------------| | |||
| new\_version | string | The current project version | | |||
| old\_version | string | The previous project version | | |||
| release\_type | string | The difference between two versions by<br> the release type (`major`, `minor`, `patch`,<br>`prerelease`, `build`) | | |||
| release\_type | string | The difference between two versions<br> by the release type (`major`,<br>`minor`, `patch`, `prerelease`, `build`) | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 142
@@ -93,7 +93,7 @@ | |||
|
|||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | |||
|----------------------|--------|----------|-----------|-------------------------------------------------------------------| | |||
| initial\_release\_type | string | true | `"patch"` | Initial release type returned when there<br>are no existing tags. | | |||
| 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)
Element: br
Updated README.md