Skip to content

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

Latest

Choose a tag to compare

@dario-l dario-l released this 23 Mar 14:37
· 1 commit to master since this release
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.