Skip to content

Commit

Permalink
docs(readme): update docs related to feat introduction and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Feb 20, 2024
1 parent 95a2dc6 commit a7bb76b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ bash --debug .release-me/release.sh --plugins=git,github-release --preset=conven

## Options

| Name | Description | Required |
| ----------- | ---------------------------------------------- | -------- |
| `dry-run` | Show only actions on logs | No |
| `verbose` | Verbose logs | No |
| `presets` | Presets compatibility, see [Presets](#presets) | Yes |
| `plugins` | Plugins compatibility, see [Plugins](#plugins) | Yes |
| `workspace` | Releases every projects on workspace | No |
| Name | Description | Required |
| ----------- | ---------------------------------------------------------- | -------- |
| `dry-run` | Show only actions on logs | No |
| `verbose` | Verbose logs | No |
| `quiet` | Quiet logs | No |
| `workspace` | Releases every projects on workspace | No |
| `stable` | If project current version is `0.x`, it will bump to `1.x` | Yes |
| `presets` | Presets compatibility, see [Presets](#presets) | Yes |
| `plugins` | Plugins compatibility, see [Plugins](#plugins) | Yes |

## Environment variables

Expand Down

0 comments on commit a7bb76b

Please sign in to comment.