jaywcjlove/Create Tags From

Auto create tags from commit or package.json.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenYour GITHUB_TOKENno${{ github.token }}
versionCreate tag for specified versionno""
testThe regular expression matches the submitted content.no""
commitCompare the tag `version` number in the `commit content` with the last tag and automatically generate tagsno""
package-pathThe path of the package.json file.nopackage.json
bodyAn optional body for the release.no""
releaseOptionally marks this tag as release. Set to true to enable.nofalse
draftOptionally marks this release as a draft release. Set to true to enable.nofalse
prereleaseOptionally marks this release as prerelease. Set to true to enable.nofalse
namedescription
versionThe version number of the tag created. example: v1.0.0
majorVersionMAJOR version when you make incompatible API changes.
minorVersionMINOR version when you add functionality in a backwards compatible manner, and.
patchVersionPATCH version when you make backwards compatible bug fixes.
versionNumberThe version number of the tag created. example: 1.0.0
preversionThe previous tag version number.
preversionNumberThe previous tag version number of the tag created. example: v1.0.0
successfulThe tag was successfully created.