Skip to content

Commit

Permalink
feat: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamd3vil committed May 4, 2022
1 parent e5e3b2f commit 6be0581
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
@@ -1,3 +1,22 @@
# Verbump

A simple utility written in rust to bump git tags using semantic versioning. A port of [gtbump](https://github.com/knadh/gtbump).

## Installation

You can download a release from [Releases](https://github.com/iamd3vil/verbump/releases).

## Usage

```
Usage: verbump [OPTIONS]
Optional arguments:
-h, --help prints help message
-m, --minor increments minor version
-M, --major increments major version
-p, --patch increments patch version (default: true)
-s, --show shows the latest tag
-i, --init inits a tag
-a, --all shows all tags
```

0 comments on commit 6be0581

Please sign in to comment.