Context
Before the ioBroker team accepts a maintainer invite, the adapter needs to pass the ioBroker repository checks and be added to the repositories.json (the ioBroker latest repo). Currently:
Goal
After all repochecker errors are resolved, submit the adapter to the ioBroker latest repository.
Scope
-
Prerequisites (must be done first):
-
Submission:
-
Post-acceptance:
Autonomy
Acceptance criteria
Verification
npm run test:repo shows zero errors and zero warnings
- Adapter findable in ioBroker Admin → Adapter → Search
References
Context
Before the ioBroker team accepts a maintainer invite, the adapter needs to pass the ioBroker repository checks and be added to the
repositories.json(the ioBroker latest repo). Currently:OK, but 3 errors remain (Enable npm Trusted Publishing (provenance signing) and fix CI deploy job #77, Add bluefox and iobroker as npm maintainers #78, and the CI deploy failure).Goal
After all repochecker errors are resolved, submit the adapter to the ioBroker latest repository.
Scope
Prerequisites (must be done first):
Submission:
ioBroker/ioBroker.repositoriesbluettitorepositories.jsonwith the correct metadataPost-acceptance:
Autonomy
risk:mediumAcceptance criteria
Verification
npm run test:reposhows zero errors and zero warningsReferences