Skip to content

Commit a2f7672

Browse files
authored
Merge pull request #46 from buildkite-plugins/release/v1.3.0
Update README for v1.3.0
2 parents bc68996 + 88dc5dc commit a2f7672

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Configuration supports 2 different step types.
4949
steps:
5050
- label: "Triggering pipelines"
5151
plugins:
52-
- monorepo-diff#v1.2.0:
52+
- monorepo-diff#v1.3.0:
5353
diff: "git diff --name-only HEAD~1"
5454
watch:
5555
- path: app/
@@ -76,7 +76,7 @@ steps:
7676
steps:
7777
- label: "Triggering pipelines with plugin"
7878
plugins:
79-
- monorepo-diff#v1.2.0:
79+
- monorepo-diff#v1.3.0:
8080
watch:
8181
- path: test/.buildkite/
8282
config: # Required [trigger step configuration]
@@ -143,7 +143,7 @@ git diff --name-only "$LATEST_TAG"
143143
steps:
144144
- label: "Triggering pipelines"
145145
plugins:
146-
- monorepo-diff#v1.2.0:
146+
- monorepo-diff#v1.3.0:
147147
diff: "git diff --name-only HEAD~1"
148148
watch:
149149
- path: "bar-service/"
@@ -170,7 +170,7 @@ A default `config` to run if no paths are matched, the `config` key is not requi
170170
steps:
171171
- label: "Triggering pipelines"
172172
plugins:
173-
- monorepo-diff#v1.2.0:
173+
- monorepo-diff#v1.3.0:
174174
diff: "git diff --name-only HEAD~1"
175175
watch:
176176
- path: "bar-service/"
@@ -192,7 +192,7 @@ The object values provided in this configuration will be appended to `env` prope
192192
steps:
193193
- label: "Triggering pipelines"
194194
plugins:
195-
- monorepo-diff#v1.2.0:
195+
- monorepo-diff#v1.3.0:
196196
diff: "git diff --name-only HEAD~1"
197197
watch:
198198
- path: "foo-service/"
@@ -214,7 +214,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug`
214214
steps:
215215
- label: "Triggering pipelines"
216216
plugins:
217-
- monorepo-diff#v1.2.0:
217+
- monorepo-diff#v1.3.0:
218218
diff: "git diff --name-only HEAD~1"
219219
log_level: "debug" # defaults to "info"
220220
watch:
@@ -245,7 +245,7 @@ By setting `wait` to `true`, the build will wait until the triggered pipeline bu
245245
steps:
246246
- label: "Triggering pipelines"
247247
plugins:
248-
- monorepo-diff#v1.2.0:
248+
- monorepo-diff#v1.3.0:
249249
diff: "git diff --name-only $(head -n 1 last_successful_build)"
250250
interpolation: false
251251
env:

0 commit comments

Comments
 (0)