Skip to content

Releases: dario-l/github-tag-action

v1: fix: bump pre-tag when preid contains a dot

Choose a tag to compare

@dario-l dario-l released this 23 Mar 14:37
node-semver's `semver -i prerelease` returns the input unchanged when
the preid contains a dot (e.g. `alpha.feature`), causing the action to
try creating a tag that already exists. Fall back to manually
incrementing the trailing numeric segment when semver reports no change.