Releases: salsify/action-detect-and-tag-new-version
Releases · salsify/action-detect-and-tag-new-version
v2.0.3
This release bumps @actions/core
to its latest version to account for changes to how actions emit output.
v2.0.2
This release bumps the action's runner from node12
to node16
, as the former is deprecated.
v2.0.1
This bugfix release ensures a git user.name
and user.email
are set if an annotated tag is going to be created.
v2.0.0
Breaking Changes
This action now produces annotated tags by default. You can set the annotation using the new tag-annotation-template
input, or set it to ''
to produce lightweight tags instead as in v1.
v1.0.3
Bugfix: create-tag
now defaults to true
as documented
v1.0.2
Initial publish to the Marketplace—let's see if anyone other than me finds this useful.