Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhuravlev committed May 24, 2024
1 parent e09846a commit 5668ace
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@ specify another path to repo - add `--repo=/path/to/repo` flag.
gt --repo /path/to/repo tag last
```

| Command | Action |
|-------------|--------------------------------------------------------------------------|
| `t l` | Show last semver tag in this repo |
| `t i major` | Find the last semver tag, increment major part and add tag to local repo |
| `t i minor` | Find the last semver tag, increment minor part and add tag to local repo |
| `t i 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 major` | Increment `major` part for semver |
| `t i minor` | Increment `minor` part for semver |
| `t i patch` | Increment `patch` part for semver |
| `lint` | Run linter, that check the problems |
| `hooks install all` | Install commit-msg hook that adds branch name to each commit |

### Force add new semver tag

Expand Down

0 comments on commit 5668ace

Please sign in to comment.