Skip to content

Commit

Permalink
📜 fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
jibidus committed Feb 17, 2021
1 parent b8f7892 commit a9bcb22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ To install this gem onto your local machine, run `bundle exec rake install`.

Make sure your are in `main` branch. Then, run:
```bash
bundle exec rake release:make[major|minor|patch|x.y.z]
rake release:make[major|minor|patch|x.y.z]
```

Example for building a new minor release: `bundle exec rake release:make[minor]`
Example for building a new minor release: `rake release:make[minor]`

## Why not contributing to existing gem?

Expand Down

0 comments on commit a9bcb22

Please sign in to comment.