From 2b57aaf35f371a59dec6f0f5c83a61e61a7b32fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:27:32 -0700 Subject: [PATCH] chore(main): release 2.0.0 (#25) * chore(main): release 2.0.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrew Mason --- CHANGELOG.md | 11 +++++++++++ README.md | 8 +++++--- version.txt | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ff51f..3f90b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/andrewmcodes/standardrb-action/compare/v1.0.0...v2.0.0) (2024-04-09) + + +### ⚠ BREAKING CHANGES + +* upgrade Ruby version to 3.2.2 ([#20](https://github.com/andrewmcodes/standardrb-action/issues/20)) + +### Features + +* upgrade Ruby version to 3.2.2 ([#20](https://github.com/andrewmcodes/standardrb-action/issues/20)) ([ccdbc2a](https://github.com/andrewmcodes/standardrb-action/commit/ccdbc2a4ff192bf4c2ead28b0851780519469812)) + ## [1.0.0](https://github.com/andrewmcodes/standardrb-action/compare/v0.0.2...v1.0.0) (2022-04-23) diff --git a/README.md b/README.md index 1063f53..10fab00 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add the following to your GitHub action workflow to use StandardRB Linter Action ```yaml - name: StandardRB Linter - uses: andrewmcodes/standardrb-action@v1.0.0 + uses: andrewmcodes/standardrb-action@v2.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -46,9 +46,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: StandardRB Linter - uses: andrewmcodes/standardrb-action@v1.0.0 + uses: andrewmcodes/standardrb-action@v2.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -57,6 +57,8 @@ jobs: Due to the GitHub Check Runs API, we can only return 50 annotations per run. See [here](https://developer.github.com/v3/checks/runs/#output-object) for more info. +This is not an issue if you remove this action from your workflow and replace with `bundle exec standardrb --format github --parallel` as mentioned in the caution above. + ## :camera_flash: Screenshots ![StandardRB Action Checks Overview](screenshots/check-overview.png) diff --git a/version.txt b/version.txt index 3eefcb9..227cea2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +2.0.0