Skip to content

Commit

Permalink
docs: include description of release command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-paul-t committed Nov 1, 2021
1 parent 3e6de79 commit 3fe7100
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ $ uplift bump
• check and push any outstanding commits
```

### Release

A full semantic release will be carried out. Combining both the `bump` and `tag` operations, in that order.

```sh
uplift release
```

## Configuration

Uplift can be configured through the existance of an optional `.uplift.yml` configuration file in the root of your repository. Other supported variations are: `.uplift.yaml`, `uplift.yml` and `uplift.yaml`.
Expand Down

0 comments on commit 3fe7100

Please # to comment.