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:
|
2019-11-20 12:23:50 +00:00
|
|
|
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
|