Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi committed Feb 10, 2024
1 parent 2abf99f commit 22e999e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Changes in the option flags:
<li><strong>--bumpoverride</strong> was changed to <strong>--bump</strong> (<em>bumpoverride</em> will eventually be removed).
</li>
</ul>

For more info, run the tool with the <em>-h</em> flag (<em>--help</em>).
</li>
<br/>
Expand All @@ -40,10 +39,16 @@ For more info, run the tool with the <em>-h</em> flag (<em>--help</em>).
<li>from <strong>/usr/share/repo</strong></li>
<li>to <strong>/repo</strong></li>
</ul>
</li><br/>

</li>
</ul>

```shell
# old v2 run command
docker run --rm -v $PWD:/usr/share/repo tomerfi/version-bumper:latest --repopath /path/to/git --bumpoverride major
# new v3 run command
docker run --rm -v $PWD:/repo tomerfi/version-bumper:latest --repo /path/to/git --bump major
```

</details>

## Usage
Expand Down

0 comments on commit 22e999e

Please sign in to comment.