release-script
release-script copied to clipboard
Painless release management for Node.js projects
https://github.com/AlCalzone/release-script/blob/master/packages/plugin-iobroker/package.json#L55
Currently the iobroker plugin translates on its own. If the adapter is already using @iobroker/adapter-dev we should fall back to using its translation method for io-package.json news. @UncleSamSwiss might have...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
> 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]...
npm run release -- preminor alpha --yes --noPush is still asking for the prerelease identifier. The CLI given identifier is shown as default value, but still with --yes and such...
- [x] Rebase onto master branch - [x] Convert tests from Jest to Vitest - [x] Update test mocking syntax (jest.mock → vi.mock) - [x] Update assertions (jest.clearAllMocks → vi.clearAllMocks)...