Skip to content

Releases: octoherd/script-sync-branch-protections

v2.0.4

10 Apr 21:30
2bb99ec
Compare
Choose a tag to compare

2.0.4 (2024-04-10)

Bug Fixes

  • deps: update dependency @octoherd/cli to v5 (#70) (2bb99ec)

v2.0.3

12 Jul 01:13
3eac144
Compare
Choose a tag to compare

2.0.3 (2023-07-12)

Bug Fixes

  • deps: update dependency @octoherd/cli to v4 (3eac144)

v2.0.2

04 May 22:43
9126c51
Compare
Choose a tag to compare

2.0.2 (2021-05-04)

Bug Fixes

  • covnert dismissal_restrictions from template repository correctly to update request body (#8) (9126c51)

v2.0.1

02 May 21:33
18e8b91
Compare
Choose a tag to compare

2.0.1 (2021-05-02)

Bug Fixes

v2.0.0

19 Apr 21:55
e35731e
Compare
Choose a tag to compare

2.0.0 (2021-04-19)

Features

  • all --octoherd-* flags are now optional (#4) (e35731e)

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

07 Apr 23:58
0297704
Compare
Choose a tag to compare

1.1.2 (2021-04-07)

Bug Fixes

  • package: export ./script.js, not ./index.js (0297704)

v1.1.1

03 Mar 07:15
83461ea
Compare
Choose a tag to compare

1.1.1 (2021-03-03)

Bug Fixes

  • README: module name fix (83461ea)

v1.1.0

03 Mar 06:58
8085f67
Compare
Choose a tag to compare

1.1.0 (2021-03-03)

Features

v1.0.1

03 Mar 01:16
ddcb381
Compare
Choose a tag to compare

1.0.1 (2021-03-03)

Bug Fixes

  • README: correct path to script.js in usage example (ddcb381)

v1.0.0

03 Mar 00:30
Compare
Choose a tag to compare

1.0.0 (2021-03-03)

Features