Open ak274 opened 7 months ago
If a package is at v0.3.0-beta.0 and I run target to increment a version with the following config
v0.3.0-beta.0
{ "preset": "angular", "push": true, "commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]", "baseBranch": "HEAD:develop", "noVerify": true, "releaseAs": "preminor", "preid": "beta" }
It should update the version v0.3.0-beta.1 but it actually calculated version v0.4.0-beta.0 which is wrong.
v0.3.0-beta.1
v0.4.0-beta.0
@edbzn This is long pending request and blocking us to update package its occurred in latest version. Please help.
If a package is at
v0.3.0-beta.0
and I run target to increment a version with the following configIt should update the version
v0.3.0-beta.1
but it actually calculated versionv0.4.0-beta.0
which is wrong.