diff --git a/README.md b/README.md index 9ac858c..04cc32e 100644 --- a/README.md +++ b/README.md @@ -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: "**/*" @@ -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: @@ -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] @@ -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/" @@ -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/" @@ -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/" @@ -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: @@ -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: