Skip to content

Commit

Permalink
readme description for added vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed May 7, 2024
1 parent d05c085 commit 6c66812
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ You can use any of the following variables in your `template`, `header`, `footer
| `$NEXT_MINOR_VERSION` | The next minor version number. For example, if the last tag or release was `v1.2.3`, the value would be `v1.3.0`. |
| `$NEXT_MAJOR_VERSION` | The next major version number. For example, if the last tag or release was `v1.2.3`, the value would be `v2.0.0`. |
| `$RESOLVED_VERSION` | The next resolved version number, based on GitHub labels. Refer to [Version Resolver](#version-resolver) to learn more about this. |
| `$INPUT_TAG` | The value of `tag` as passed in from the GitHub workflow. |
| `$INPUT_NAME` | The value of `name` as passed in from the GitHub workflow. |
| `$INPUT_VERSION` | The value of `version` as passed in from the GitHub workflow. |

## Version Template Variables

Expand Down

0 comments on commit 6c66812

Please sign in to comment.