rubocop / rubocop-rspec

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

CI: When publishing, create a new branch per tag #1909

Closed bquorning closed 3 weeks ago

bquorning commented 4 weeks ago

When doing a release, there may be a switch-docs-version still in the repo. We lower the risk of such collisions by adding the tag value to the branch name.

cc @ydah re. https://github.com/rubocop/rubocop-rspec/actions/runs/9412705266/job/25928071688

ydah commented 4 weeks ago

@bquorning could you squash commits?