Skip to content

Releases: oscard0m/octoherd-script-watch-unwatch-or-ignore

v2.0.2

10 Apr 21:29
b3dbf3b
Compare
Choose a tag to compare

2.0.2 (2024-04-10)

Bug Fixes

  • deps: update dependency @octoherd/cli to v5 (#25) (b3dbf3b)

v2.0.1

18 May 17:42
a5f8897
Compare
Choose a tag to compare

2.0.1 (2021-05-18)

Bug Fixes

  • script: --ignore flag was not working properly for all scenarios (#5) (a5f8897)

v2.0.0

11 May 18:35
e0e7e57
Compare
Choose a tag to compare

2.0.0 (2021-05-11)

Features

  • all --octoherd-* flags are now optional (#2) (e0e7e57)

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.0

07 Mar 11:18
e63b7a6
Compare
Choose a tag to compare

1.0.0 (2021-03-07)

Features