Skip to content

Commit

Permalink
Add Releasing a new version section
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 7, 2024
1 parent db1b879 commit c102040
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 @@ -81,6 +81,14 @@ $ git clone https://github.com/razor-x/eve-overview.git

[source]: https://github.com/razor-x/eve-overview

### Releasing a new version

```
$ bundle exec bump minor
$ git tag v1.2.3
$ git push --follow-tags
```

## Contributing

Please submit and comment on bug reports and feature requests.
Expand Down

0 comments on commit c102040

Please sign in to comment.