Skip to content

Commit

Permalink
Release as 4.0.0.pre-1
Browse files Browse the repository at this point in the history
This is a pre-release of 4.0.0 that can be applied to a number of GOV.UK
applications to help understand whether applying this release is going
to be difficult for GOV.UK.

I've documented this further in a GitHub issue: #129
  • Loading branch information
kevindew committed Feb 19, 2021
1 parent 0bbc40a commit 4bf3a99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Unreleased

- Update rubocop to 1.7.0
# 4.0.0.pre-1

- Released as a pre-release to try surface any issues before wider rollout,
use https://github.com/alphagov/rubocop-govuk/issues/129 to record any
problems
- BREAKING: Upgraded from Rubocop 0.x to 1.x which introduces lots of new
cops
- Update rubocop to 1.10.0
- Update rubocop-ast to 1.4.0
- Update rubocop-rails to 2.9.1
- Update rubocop-rspec to 2.1.0
- Update rubocop-rspec to 2.2.0
- Make stable dependencies (>= 1.0) less strict on patch version
- Disable `SuggestExtensions` to stop Rubocop suggesting additional
extensions at runtime
Expand Down
2 changes: 1 addition & 1 deletion rubocop-govuk.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "rubocop-govuk"
spec.version = "3.17.2"
spec.version = "4.0.0.pre-1"
spec.authors = ["Government Digital Service"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit 4bf3a99

Please sign in to comment.