release-script icon indicating copy to clipboard operation
release-script copied to clipboard

Pre-Release --ioPackageNoPrerelease does not work

Open Apollon77 opened this issue 1 year ago • 0 comments

release-script prerelease alpha --yes --noPush --all --ioPackageNoPrerelease

(see https://github.com/ioBroker/ioBroker.matter/actions/runs/12030037379/job/33536592446#step:7:13)

lead to ... https://github.com/ioBroker/ioBroker.matter/pull/157/files#diff-6ef04a9e675def1145dff7cc57420b1ea8bb3f6f5a5e4502cc5da0281981b472R6 .. which should not have happened, or?!

Additionally after this the next release gets

check:iobroker [ERR] Version mismatch between io-package.json (0.2.0-alpha.1) and package.json (0.2.0-alpha.1)!

... The error goes away if I manually change iopackage version to "0.2.0" ... so something is indeed strange here

Apollon77 avatar Nov 26 '24 12:11 Apollon77