John Arne Føreland

Results 3 comments of John Arne Føreland

Add `versionName` to `sfdx-project.json`, and the error should go away. Not a full fix, but temporary. And might help the DX team in investigating why the issue occurs.

Note when using `force:package:beta:version:create`, `sfdx-project.json` needs a `versionName` (could be static). If no `versionName` is present, package creation fails.

Also note, using `force:package:beta:version:create`, there's currently a bug when using branches on packages. If a package on a branch has a higher version number than another branch, finding the `x.x.x.LATEST`...