Skip to content

Commit 8af3071

Browse files
🩹 [Patch]: Remove unused configuration options from README
1 parent 9cf3a80 commit 8af3071

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ The action can be configured using the following settings:
6060
| `PatchLabels` | A comma separated list of labels that trigger a patch release. | `false` | `patch, fix` |
6161
| `IgnoreLabels` | A comma separated list of labels that do not trigger a release. | `false` | `NoRelease` |
6262
| `WhatIf` | Control wether to simulate the action. If enabled, the action will not create any releases. Used for testing. | `false` | `false` |
63-
| `Debug` | Enable debug output. | `'false'` | `false` |
64-
| `Verbose` | Enable verbose output. | `'false'` | `false` |
65-
| `Version` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | | `false` |
66-
| `Prerelease` | Allow prerelease versions if available. | `'false'` | `false` |
6763
| `WorkingDirectory` | The working directory where the script runs. | `'false'` | `'.'` |
6864

6965
## Example

0 commit comments

Comments
 (0)