Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 21:19
· 85 commits to main since this release
e2e5146

2.0.0 (2021-04-19)

Features

  • all --octoherd-* flags are now optional (#5) (e2e5146)

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]