Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#25)
Browse files Browse the repository at this point in the history
* 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 <andrewmcodes@protonmail.com>
  • Loading branch information
github-actions[bot] and andrewmcodes authored Apr 9, 2024
1 parent e56ab99 commit 2b57aaf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
```
Expand All @@ -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 }}
```
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
2.0.0

0 comments on commit 2b57aaf

Please sign in to comment.