Below is the TBD strategy & we are trying to use reckon for artifact versioning. Facing the issue while publishing the artifact. Error is,
Scope between bases 1.0.0 and 1.2.0-beta.1 must be same or 1 MAJOR/MINOR/PATCH increment apart and are not. Cannot determine correct action.
Master branch is the trunk (rc)
Separate branch for release, Which is being used to tag the releases
Feature branches are short lived(beta)
Steps followed:
Firstly tagged the release branch as 1.0.0
Master is having the same code as release branch
Created feature branch from master and made some changes and commit the changes. created beta artifact and published
raise PR and merge the code into master
Pull the latest code from master and created a rc artifact and publised
Created a PR to merge the master into Release branch.
Merge the PR and pull the lastest code from release branch
Created a final minor version 1.1.0 and published. Tagged the release as 1.1.0
Created a new feature branch from master and made changes
Tried to create a beta and publish. Thrown the error 'Scope between bases 1.0.0 and 1.2.0-beta.1 must be same or 1 MAJOR/MINOR/PATCH increment apart and are not. Cannot determine correct action'
Is it a bug? Can you please help clarifying why is it not allowing? Ideally it should allow me to create and publish the second version
Below is the TBD strategy & we are trying to use reckon for artifact versioning. Facing the issue while publishing the artifact. Error is,
Steps followed:
Is it a bug? Can you please help clarifying why is it not allowing? Ideally it should allow me to create and publish the second version