Releases: oscard0m/octoherd-script-watch-unwatch-or-ignore
Releases · oscard0m/octoherd-script-watch-unwatch-or-ignore
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2021-05-11)
Features
BREAKING CHANGES
-
Repositories can no longer be passed as positional argument, use the
--octoherd-repos
(or-R
) CLI flag instead.Before:
npx @octoherd/script-add-octoherd-cli-to-script "@octokit/*"
After
npx @octoherd/script-add-octoherd-cli-to-script --octoherd-repos "@octokit/*"
Or do not set
--octoherd-repos
at all, in which case the user will be prompted.
Co-authored-by: Gregor Martynus [email protected]