allow override and prefix

This commit is contained in:
2026-05-27 13:11:54 -06:00
parent cdbfa392e0
commit 0682d66f77
2 changed files with 14 additions and 2 deletions
+6 -1
View File
@@ -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: