Skip to content

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

Tags

v2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency @octoherd/cli to v5 (#25)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(script): --ignore flag was not working properly for all scenarios (

…#5)

* fix(script): --ignore flag was not working properly for all scenarios

* empty commit to preset the squash & merge commit subject from the pull request title

Created by https://github.com/gr2m/squash-commit-app

Co-authored-by: squash-commit-app[bot] <83693605+squash-commit-app[bot]@users.noreply.github.com>

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: all `--octoherd-*` flags are now optional (#2)

BREAKING CHANGE: 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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Initial version (#1)

* docs(README): remove WIP note

* build(package): initial version

* build(package): lock file

* build(gitignore): node_modules

* feat: initial version

* docs(README): badges

* docs(README): usage

* ci(release): initial version

* ci(test): initial version

* feat(script): watch / unwatch / ignore repository

* ci(release): Update actions/cache to v2

Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>

* docs(README): improve description message

Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>

* chore(package.json)L Improve description message

Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>

* chore(script.js): Improve description comment

Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>

* fix(script): throw error instead of log.error to stop execution

* docs(readme): add description for command options

* chore(script): remove redundant log info from loggers

Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>