Skip to content

Releases: gr2m/octoherd-script-normalize-package-repository-field

v2.0.0

19 Apr 23:14
343f5a3

Choose a tag to compare

2.0.0 (2021-04-19)

Features

  • all --octoherd-* flags are now optional (#3) (343f5a3)

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 39992+gr2m@users.noreply.github.com

v1.0.2

21 Mar 17:15
80ac603

Choose a tag to compare

1.0.2 (2021-03-21)

Bug Fixes

v1.0.1

05 Mar 07:25
169f2a5

Choose a tag to compare

1.0.1 (2021-03-05)

Bug Fixes

  • README: description correction (169f2a5)

v1.0.0

05 Mar 07:24
d5391ec

Choose a tag to compare

1.0.0 (2021-03-05)

Features