Release v1.0.0 (#26)

This commit is contained in:
Andrew Mason 2019-10-28 20:59:00 -04:00 committed by GitHub
parent 788d059426
commit 144099eee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ LABEL "com.github.actions.color"="red"
LABEL "repository"="https://github.com/andrewmcodes/rubocop-linter-action"
LABEL "maintainer"="Andrew Mason <andrewmcodes@protonmail.com>"
LABEL "version"="0.2.0"
LABEL "version"="1.0.0"
COPY lib /action/lib

View File

@ -1,6 +1,6 @@
![Rubocop](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Rubocop/badge.svg)
![Tests](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Test/badge.svg)
![Version Number](https://img.shields.io/static/v1?label=Version&message=v0.2.0&color=blue)
![Version Number](https://img.shields.io/static/v1?label=Version&message=v1.0.0&color=blue)
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
# Rubocop Linter Action
@ -15,7 +15,7 @@ Add the following to your GitHub action workflow:
```yaml
- name: Rubocop Linter
uses: andrewmcodes/rubocop-linter-action@v0.2.0
uses: andrewmcodes/rubocop-linter-action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Rubocop Linter
uses: andrewmcodes/rubocop-linter-action@v0.2.0
uses: andrewmcodes/rubocop-linter-action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```