im-open/Create Multiple Tags

Creates or updates multiple tags

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenToken required to get an authenticated Octokityes
shaSHA to reference by the 'target-tag' and 'additional-target-tags'. If not provided, gets the referenced SHA from the 'source-tag' or defaults to the current context's SHA.no
source-tagTag to reference when generating the target tag(s). The 'sha' will override the 'source-tag'.no
target-tagTag to create based off of the 'source-tag' or 'sha'no
additional-target-tagsList of tags to create based off of the 'source-tag' or 'sha'no
include-majorCreate a tag of just the major from the 'source-tag'. i.e. v1notrue
include-major-minorCreate a tag of just the major and minor from the 'source-tag'. i.e. v1.2nofalse
include-latestCreate a tag named 'latest'nofalse
force-targetOverwrite the 'target-tag' if it already existsnofalse
force-additional-targetsOverwrite the target tags in the 'additional-taget-tags' input if it already existsnotrue
fail-on-invalid-versionForces semver validation check on the 'source-tag' and 'target-tag'notrue
fail-on-associated-releaseDo not allow a target tags to reference a releaseno

no outputs