-
-
Notifications
You must be signed in to change notification settings - Fork 1
Updated README.md #198
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 #198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Markdownlint (reported by Codacy) found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
7513c95
to
fe8b0e2
Compare
| current\_version | string | false | | The current project version (Defualt: The last<br>git tag). | | ||
| new\_version | string | false | | The next project version (Default: The new<br>git tag). | | ||
| current\_version | string | false | | The current project version (Defualt: The<br>last git tag). | | ||
| new\_version | string | false | | The next project version (Default: The<br>new git tag). | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
| only\_major | string | false | `"false"` | Only update the major version number. | | ||
| paths | string | true | | A list of file names to search<br>and replace versions. | | ||
| pattern | string | false | | The pattern to match the location that<br>needs to be updated. | | ||
| paths | string | true | | A list of file names to<br>search and replace versions. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
@@ -124,11 +124,11 @@ | |||
|
|||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | |||
|-----------------|--------|----------|-----------|----------------------------------------------------------------| | |||
| current\_version | string | false | | The current project version (Defualt: The last<br>git tag). | | |||
| new\_version | string | false | | The next project version (Default: The new<br>git tag). | | |||
| current\_version | string | false | | The current project version (Defualt: The<br>last git tag). | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
| paths | string | true | | A list of file names to search<br>and replace versions. | | ||
| pattern | string | false | | The pattern to match the location that<br>needs to be updated. | | ||
| paths | string | true | | A list of file names to<br>search and replace versions. | | ||
| pattern | string | false | | The pattern to match the location<br>that needs to be updated. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 116
| only\_major | string | false | `"false"` | Only update the major version number. | | ||
| paths | string | true | | A list of file names to search<br>and replace versions. | | ||
| pattern | string | false | | The pattern to match the location that<br>needs to be updated. | | ||
| paths | string | true | | A list of file names to<br>search and replace versions. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 116
| paths | string | true | | A list of file names to search<br>and replace versions. | | ||
| pattern | string | false | | The pattern to match the location that<br>needs to be updated. | | ||
| paths | string | true | | A list of file names to<br>search and replace versions. | | ||
| pattern | string | false | | The pattern to match the location<br>that needs to be updated. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
@@ -124,11 +124,11 @@ | |||
|
|||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | |||
|-----------------|--------|----------|-----------|----------------------------------------------------------------| | |||
| current\_version | string | false | | The current project version (Defualt: The last<br>git tag). | | |||
| new\_version | string | false | | The next project version (Default: The new<br>git tag). | | |||
| current\_version | string | false | | The current project version (Defualt: The<br>last git tag). | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 117
| current\_version | string | false | | The current project version (Defualt: The last<br>git tag). | | ||
| new\_version | string | false | | The next project version (Default: The new<br>git tag). | | ||
| current\_version | string | false | | The current project version (Defualt: The<br>last git tag). | | ||
| new\_version | string | false | | The next project version (Default: The<br>new git tag). | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 117
fe8b0e2
to
633b948
Compare
Updated README.md