Skip to content

Commit c102040

Browse files
committed
Add Releasing a new version section
1 parent db1b879 commit c102040

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ $ git clone https://github.com/razor-x/eve-overview.git
8181

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

84+
### Releasing a new version
85+
86+
```
87+
$ bundle exec bump minor
88+
$ git tag v1.2.3
89+
$ git push --follow-tags
90+
```
91+
8492
## Contributing
8593

8694
Please submit and comment on bug reports and feature requests.

0 commit comments

Comments
 (0)