Skip to content

Create SemVer Tags

Actions
Bump and push git tag on merge. Updates additional tags for major/minor versions eg for v1.4.6 it will add/update v1.4 and v1
v1
Latest
Star (1)

create-semver-tags-action

A GitHub action that extends the functionality of https://github.com/mathieudutour/github-tag-action to add or move additional tags on release branches.

For example:

If the calculated semver is 1.2.3 then the following tags will be generated: v1.2.3, v1.2, v1.

If there is an existing v1 or v1.2 tag then it will move it the current git sha.

If it is a non-release branch and the calculated tag is v1.2.3-feature-branch.0 for example then the additional v1.2, v1 tags will not be generated.

Create SemVer Tags is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Bump and push git tag on merge. Updates additional tags for major/minor versions eg for v1.4.6 it will add/update v1.4 and v1
v1
Latest

Create SemVer Tags is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.