initial version

This commit is contained in:
haya14busa
2020-01-19 04:11:50 +00:00
parent 1534f74824
commit de5e611b2b
4 changed files with 104 additions and 0 deletions

23
action.yml Normal file
View File

@@ -0,0 +1,23 @@
name: 'Bump version in code to latest semantic ver release'
description: 'Bump version in code to latest semantic ver release. (e.g. REVIEWDOG=0.9.17 in Dockerfile)'
author: 'haya14busa'
inputs:
github_token:
description: 'GITHUB_TOKEN to get latest version with GitHub Release API'
default: '${{ github.token }}'
file:
description: 'target file'
required: true
version_name:
description: 'target version name. e.g. REVIEWDOG_VERSION'
required: true
repo:
description: 'target GitHub repository. e.g. reviewdog/reviewdog'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
# Ref: https://haya14busa.github.io/github-action-brandings/
branding:
icon: 'refresh-cw'
color: 'orange'