Skip to content

Commit c7bd858

Browse files
committed
Adding documentation for readme
1 parent 750a3c8 commit c7bd858

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,15 @@ bundle exec rspec # Run the tests
639639

640640
Bug reports and pull requests are welcome on GitHub at <https://github.com/binarycleric/enumerable-stats>.
641641

642+
## Releasing
643+
644+
Tag a new version and push it to GitHub. A GitHub Action will build and push the
645+
gem to RubyGems.
646+
647+
```bash
648+
bundle exec rake release:source_control_push
649+
```
650+
642651
## License
643652

644653
The gem is available as open source under the terms of the [MIT License](LICENSE).

0 commit comments

Comments
 (0)