Skip to content

Releases: octoherd/script-add-octoherd-cli-to-script

v3.0.1

10 Apr 21:31
bd3c506
Compare
Choose a tag to compare

3.0.1 (2024-04-10)

Bug Fixes

  • deps: update dependency @octoherd/cli to v5 (#84) (bd3c506)

v3.0.0

11 Jul 23:40
ce76a4e
Compare
Choose a tag to compare

3.0.0 (2023-07-11)

Bug Fixes

  • deps: update dependency @octoherd/cli to v4 (#59) (ce76a4e)

BREAKING CHANGES

  • deps: requires Node 18

v2.0.2

05 Jun 20:23
700f833
Compare
Choose a tag to compare

2.0.2 (2023-06-05)

Bug Fixes

  • deps: update dependency octokit-plugin-create-pull-request to v5 (700f833)

v2.0.1

25 Oct 23:44
4d6aa7f
Compare
Choose a tag to compare

2.0.1 (2022-10-25)

Bug Fixes

  • deps: update dependency octokit-plugin-create-pull-request to v4 (4d6aa7f)

v2.0.0

19 Apr 21:08
fcecf3b
Compare
Choose a tag to compare

2.0.0 (2021-04-19)

Features

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

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]

v1.0.0

05 Mar 18:19
Compare
Choose a tag to compare

1.0.0 (2021-03-05)

Features