Skip to content

Commit

Permalink
Merge pull request #191 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
jackton1 authored Dec 16, 2022
2 parents 6507314 + 5b25207 commit 668db00
Showing 1 changed file with 13 additions and 13 deletions.
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.<br> |
| 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<br>git tag). |
| new\_version | string | false | | The next project version (Default: The new<br>git tag). |
| 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. |

<!-- 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.<br> |
| 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 bump |
| new\_version | string | The current project version |
| old\_version | string | The previous project version |

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

Expand Down

0 comments on commit 668db00

Please sign in to comment.