gh-action-bump-version/action.yml

14 lines
281 B
YAML
Raw Normal View History

2019-10-26 20:32:18 +00:00
name: Automated Version Bump
2019-10-26 20:29:08 +00:00
description: Automated version bump for npm packages.
2019-10-26 19:06:00 +00:00
runs:
using: docker
image: Dockerfile
2019-10-26 19:06:00 +00:00
branding:
icon: chevron-up
color: blue
2019-11-20 12:37:42 +00:00
inputs:
tag-prefix:
description: 'Prefix that is used for the git tag'
default: ''
required: false