Skip to content

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

Notifications You must be signed in to change notification settings

earldata/create-semver-tags-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published