rubocop / rubocop-rspec

Code style checking for RSpec files.
https://docs.rubocop.org/rubocop-rspec
MIT License
794 stars 272 forks source link

Automatically create release notes #1859

Closed bquorning closed 3 months ago

bquorning commented 3 months ago

Adds a new rake task, rake create_release_notes which generates a relnotes.md file.

When CI creates and publishes a new gem version, it will now also create a release on GitHub, with the content of relnotes.md being used as release notes.


Before submitting the PR make sure the following are checked: