Skip to content

Commit

Permalink
Document major release policy
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 28, 2024
1 parent f8e1fd0 commit 66e7394
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,22 @@ violations:
```
bundle exec rubocop --regenerate-todo
```

## New major releases

As described above, we will do new minor releases of voxpupuli-rubocop with
newer RuboCop dependencies. We also ship a rubocop.yml that people can use. This
file currently configures Ruby 2.7 as a target version. This will be adjusted in
major releases.

User of voxpupuli-rubocop don't have to use our rubocop.yml, they can just rely
on our curated list of rubocop dependencies. Or overwrite the target version in
their own rubocop.yaml:

```
inherit_gem:
voxpupuli-rubocop: rubocop.yml
AllCops:
TargetRubyVersion: '3.3'
```

0 comments on commit 66e7394

Please sign in to comment.