Skip to content

Update RuboCop target Ruby version to 2.5 #153

Update RuboCop target Ruby version to 2.5

Update RuboCop target Ruby version to 2.5 #153

Workflow file for this run

on: push
name: Push
jobs:
draftRelease:
name: Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Draft Release
uses: toolmantim/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}