actions-marketplace-validations/Flutter Auto Tag

Automatically bumps the version in the pubspec.yaml

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENRequired for permission to tag the repo.yes
package_rootAutotag will look for the pubspec.yaml file in in this location.no./
tag_prefixBy default, pubspec.yaml uses semantic versioning, such as "1.0.0". A prefix can be used to add text before the tag name. For example, if tag_prefx is set to "v", then the tag would be labeled as "v1.0.0".no
tag_suffixText which is applied to the end of the tag.no
tag_messageThis is the annotated commit message associated with the tag. By default, a changelog will be generated from the commits between the latest tag and the new tag (HEAD). This will override that with a hard-coded message.no
changelog_structureA string denoting changelog format. Supports `{{message}}`, {{messageHeadline}}, `{{author}}` and `{{sha}}`. Defaults to `**1) {{message}}** {{author}} (SHA: {{sha}}) ` Only used when tag_message is empty.no
versionExplicitly set the version here instead of automatically detecting from `pubspec.yaml`. Useful for non-Flutter projects where version may be output by a previous action.no
namedescription
tagnameReturns the new tag value. Empty if a tag is not created.
tagshaThe SHA of the new tag.
taguriThe URI/URL of the new tag reference.
tagmessageThe messge applied to the tag reference (this is what shows up on the tag screen on Github).
versionThe version, as defined in pubspec.yaml or explicitly set in the input.