call-point/Tag

This action increments semantic versioning embedded in git tags. Optionally the action can also push the incremented tag to the repo.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 26, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: call-point/tag-action@f119db6dc1c57a3d6e92c3a7908ecd7e7d56da5e # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
bumpPart of the semantic version number to increment. (major | minor | patch)yespatch
prefixTag prefix if applicable. Common examples: 'v' | 'callPilot-' | 'portal-'yesv
do_push_tagSignal whether the action should push the next tag to the repo.nofalse
tokenPrivileged access token with write access to the repo.no
namedescription
last_tagPrevious tag with semantic version.
next_tagTag with next semantic version.
last_semverPrevious semantic version.
next_semverNext semantic version.