We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750a3c8 commit c7bd858Copy full SHA for c7bd858
README.md
@@ -639,6 +639,15 @@ bundle exec rspec # Run the tests
639
640
Bug reports and pull requests are welcome on GitHub at <https://github.com/binarycleric/enumerable-stats>.
641
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
651
## License
652
653
The gem is available as open source under the terms of the [MIT License](LICENSE).
0 commit comments