Skip to content

Commit

Permalink
Update preID documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Oct 21, 2023
1 parent 81cb2dc commit 723a84f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ It would be more useful to use this with other GitHub Actions' outputs.

## Inputs

| NAME | DESCRIPTION | TYPE | REQUIRED | DEFAULT |
|-------------------|------------------------------------------------------------------------------------------|----------|----------|---------|
| `current_version` | The current version. | `string` | `true` | `N/A` |
| `level` | A semver update level `{major, premajor, minor, preminor, patch, prepatch, prerelease}`. | `string` | `false` | `minor` |
| NAME | DESCRIPTION | TYPE | REQUIRED | DEFAULT |
|-------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------|----------|---------|
| `current_version` | The current version. | `string` | `true` | `N/A` |
| `level` | A semver update level `{major, premajor, minor, preminor, patch, prepatch, prerelease}`. | `string` | `false` | `minor` |
| `preID` | The --preid <identifier> Identifier to be used to prefix premajor, preminor, prepatch or prerelease version increments. | `string` | `false` | `N/A` |

## Outputs

Expand Down

0 comments on commit 723a84f

Please sign in to comment.