stevenjdh/Action Tagger

Automatically sets semantic tags when releasing a new version of a GitHub action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
enable-dry-runIndicates whether or not to perform a dry run without pushing tags.nofalse
set-latest-tagIndicates whether or not to also set the latest tag.nofalse
release-versionOverrides the release version used for processing (e.g., v1.0.0 or refs/tags/v1.0.0).no${{ github.ref }}
github-tokenOverrides the default GitHub token used to authenticate against a repository for Git context.no${{ github.token }}
namedescription
major_releaseThe latest major release version.
minor_releaseThe latest major and feature release version.
full_releaseThe full release version.
latest_tagIndicates whether of not the latest tag was set.