Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Dec 30, 2019
1 parent 15c3722 commit cb925ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2.2.0 | 2019-12-30
---

Consolidates the docker image (base vs. action) and adds several rubocop extensions.

* Adds the following rubocop extensions to the docker image:
* rubocop-performance
* rubocop-minitest
* rubocop-rspec
* rubocop-rails
* rubocop-thread_safety
* rubocop-i18n
* rubocop-rake

These extensions can now be `require`d in a `.rubocop.yml` config and used with the rubocop runner.

2.1.1 | 2019-12-30
---

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: adwerx/pronto-ruby@v1.0.0-rc3
- uses: adwerx/pronto-ruby@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: adwerx/pronto-ruby@1.0.0-rc3
- uses: adwerx/pronto-ruby@2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit cb925ed

Please sign in to comment.