-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updated README.md #235
Conversation
|-----------------|--------|----------|-----------|----------------------------------------------------------------------| | ||
| current\_version | string | false | | The current project version (Defualt: The last git tag). | | ||
| new\_version | string | false | | The next project version (Default: The new git tag). | | ||
| only\_major | string | false | `"false"` | Only update the major version <br>number. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
|-----------------|--------|----------|-----------|----------------------------------------------------------------------| | ||
| current\_version | string | false | | The current project version (Defualt: The last git tag). | | ||
| new\_version | string | false | | The next project version (Default: The new git tag). | | ||
| only\_major | string | false | `"false"` | Only update the major version <br>number. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 123
| new\_version | string | false | | The next project version (Default: 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. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 122
| new\_version | string | false | | The next project version (Default: 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. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
| 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
| 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
| current\_version | string | false | | The current project version (Defualt: The last git tag). | | ||
| new\_version | string | false | | The next project version (Default: 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. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
| current\_version | string | false | | The current project version (Defualt: The last git tag). | | ||
| new\_version | string | false | | The next project version (Default: 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. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 122
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|-----------------|--------|----------|-----------|----------------------------------------------------------------------| | ||
| current\_version | string | false | | The current project version (Defualt: The last git tag). | | ||
| 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
| pattern | string | false | | The pattern to match the<br> location that needs to be<br>updated. | | ||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|-----------------|--------|----------|-----------|----------------------------------------------------------------------| | ||
| 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
Updated README.md