Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
update readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Dec 21, 2022
1 parent d83cf9d commit 78f9932
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
- command: echo "command hook 2"
- label: ":bomb: Testing groups"
plugins:
- monebag/monorepo-diff#v2.5.1:
- monebag/monorepo-diff#v2.5.4:
diff: "cat ./e2e/multiple-paths"
watch:
- path:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If the version number is not provided then the most recent version of the plugin
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.3:
- monebag/monorepo-diff#v2.5.4:
diff: "git diff --name-only HEAD~1"
watch:
- path: "bar-service/"
Expand All @@ -35,7 +35,7 @@ steps:
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.3:
- monebag/monorepo-diff#v2.5.4:
diff: "git diff --name-only $(head -n 1 last_successful_build)"
interpolation: false
env:
Expand Down Expand Up @@ -131,7 +131,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug`
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.3:
- monebag/monorepo-diff#v2.5.4:
diff: "git diff --name-only HEAD~1"
log_level: "debug" # defaults to "info"
watch:
Expand Down Expand Up @@ -207,7 +207,7 @@ hooks:
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.3:
- monebag/monorepo-diff#v2.5.4:
diff: "git diff --name-only HEAD~1"
watch:
- path: app/cms/
Expand Down

0 comments on commit 78f9932

Please sign in to comment.