Describe the bug
If I am to release a major update, I expect the release candidate to be something like
1.0.0-hash
but now the rc seems to just use the manifest version.
so I get something like
0.x.y-hash
Is the feasible to fix? I guess this would need to integrate with some semantic release library to predict the next version
Describe the bug
If I am to release a major update, I expect the release candidate to be something like
1.0.0-hash
but now the rc seems to just use the manifest version.
so I get something like
0.x.y-hash
Is the feasible to fix? I guess this would need to integrate with some semantic release library to predict the next version