Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For example, in the following configuration:
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.4.0:
- monorepo-diff#v1.5.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: "**/*"
Expand Down Expand Up @@ -77,7 +77,7 @@ This is a sub-section that provides configuration for running commands or trigge
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.4.0:
- monorepo-diff#v1.5.0:
watch:
- path: app/
config:
Expand Down Expand Up @@ -108,7 +108,7 @@ steps:
steps:
- label: "Triggering pipelines with plugin"
plugins:
- monorepo-diff#v1.4.0:
- monorepo-diff#v1.5.0:
watch:
- path: test/.buildkite/
config: # Required [trigger step configuration]
Expand Down Expand Up @@ -172,7 +172,7 @@ git diff --name-only "$LATEST_TAG"
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.4.0:
- monorepo-diff#v1.5.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: "bar-service/"
Expand All @@ -199,7 +199,7 @@ A default `config` to run if no paths are matched, the `config` key is not requi
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.4.0:
- monorepo-diff#v1.5.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: "bar-service/"
Expand All @@ -221,7 +221,7 @@ The object values provided in this configuration will be appended to `env` prope
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.4.0:
- monorepo-diff#v1.5.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: "foo-service/"
Expand All @@ -243,7 +243,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug`
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.4.0:
- monorepo-diff#v1.5.0:
diff: "git diff --name-only HEAD~1"
log_level: "debug" # defaults to "info"
watch:
Expand Down Expand Up @@ -274,7 +274,7 @@ By setting `wait` to `true`, the build will wait until the triggered pipeline bu
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.4.0:
- monorepo-diff#v1.5.0:
diff: "git diff --name-only $(head -n 1 last_successful_build)"
interpolation: false
env:
Expand Down