ioBroker / dev-portal

ioBroker Developer Portal
MIT License
5 stars 5 forks source link

licenses is mandatory #75

Closed Jey-Cee closed 6 months ago

Jey-Cee commented 6 months ago

For release the license field has to exist, also if the new licenseInformation field is used. But if the new iobroker testing (4.1.1) is used the tests will fail with the old license field.

mcm1957 commented 6 months ago

Test will fail if BOTH license and licenseInformation is used.

For now - until dev-portal / adapter checker have been fixed - please add new releases manually by directly editing dist-sources.json and / or dist-sources-stanble.json if you adapter is either a pid one or brand new.

mcm1957 commented 6 months ago

see https://github.com/ioBroker/ioBroker.repochecker/pull/157

UncleSamSwiss commented 6 months ago

Sorry, I don't get how this is related to the dev-portal. Can you explain?

Jey-Cee commented 6 months ago

The dev-portal shows a message that the release cannot be made because the check failed.

UncleSamSwiss commented 6 months ago

OK, thanks. The dev-portal calls directly the repo checker. Please refer to https://github.com/ioBroker/ioBroker.repochecker/pull/157 for a fix.