allow override and prefix
This commit is contained in:
+6
-1
@@ -1,6 +1,11 @@
|
||||
name: version-tag
|
||||
description: "Creates a version tag when the 'version' value in 'package.json' has changed and a tag with the version number does not already exist."
|
||||
description: "Creates a version tag when the 'version' value in 'package.json' has changed and a tag with the version number (including optional prefix) does not already exist."
|
||||
author: "Bryce Thorup"
|
||||
inputs:
|
||||
prefix:
|
||||
description: Prefix to be added to version tag
|
||||
force_override:
|
||||
description: Allows an existing tag to be overridden if set to "true"
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user