Skip to content

Commit

Permalink
short commands in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhuravlev committed Apr 5, 2023
1 parent 6d74344 commit 30e8a55
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ specify another path to repo - add `--repo=/path/to/repo` flag.
gt --repo /path/to/repo tag last
```

| Command | Action |
|-----------------------|--------------------------------------------------------------------------|
| `tag last` | Show last semver tag in this repo |
| `tag increment major` | Find the last semver tag, increment major part and add tag to local repo |
| `tag increment minor` | Find the last semver tag, increment minor part and add tag to local repo |
| `tag increment patch` | Find the last semver tag, increment patch part and add tag to local repo |
| `lint` | Run linter, that check the problems. |
| Command | Action |
|---------|--------------------------------------------------------------------------|
| `t l` | Show last semver tag in this repo |
| `t i m` | Find the last semver tag, increment major part and add tag to local repo |
| `t i m` | Find the last semver tag, increment minor part and add tag to local repo |
| `t i p` | Find the last semver tag, increment patch part and add tag to local repo |
| `lint` | Run linter, that check the problems. |

0 comments on commit 30e8a55

Please sign in to comment.