Skip to content

Commit

Permalink
bumping 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jortega0 committed Feb 23, 2024
1 parent f292d7c commit c65c0f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If the version number is not provided then the most recent version of the plugin
steps:
- label: "Triggering pipelines"
plugins:
- glydways/monorepo-diff#v2.5.16:
- glydways/monorepo-diff#v2.5.17:
diff: "git diff --name-only HEAD~1"
watch:
- path: "bar-service/"
Expand All @@ -38,7 +38,7 @@ steps:
steps:
- label: "Triggering pipelines"
plugins:
- glydways/monorepo-diff#v2.5.16:
- glydways/monorepo-diff#v2.5.17:
diff: "git diff --name-only $(head -n 1 last_successful_build)"
interpolation: false
env:
Expand Down Expand Up @@ -162,7 +162,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug`
steps:
- label: "Triggering pipelines"
plugins:
- glydways/monorepo-diff#v2.5.16:
- glydways/monorepo-diff#v2.5.17:
diff: "git diff --name-only HEAD~1"
log_level: "debug" # defaults to "info"
watch:
Expand Down Expand Up @@ -238,7 +238,7 @@ hooks:
steps:
- label: "Triggering pipelines"
plugins:
- glydways/monorepo-diff#v2.5.16:
- glydways/monorepo-diff#v2.5.17:
diff: "git diff --name-only HEAD~1"
watch:
- path: app/cms/
Expand Down

0 comments on commit c65c0f5

Please sign in to comment.