Skip to content

Commit 0d3e3f4

Browse files
authored
Merge pull request #144 from buildkite-plugins/release/v1.7.0
Update README for v1.7.0
2 parents 6a8aa88 + 2a3957c commit 0d3e3f4

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For example, in the following configuration:
4545
steps:
4646
- label: "Triggering pipelines"
4747
plugins:
48-
- monorepo-diff#v1.6.2:
48+
- monorepo-diff#v1.7.0:
4949
diff: "git diff --name-only HEAD~1"
5050
watch:
5151
- path: "**/*"
@@ -78,7 +78,7 @@ This is a sub-section that provides configuration for running commands or trigge
7878
steps:
7979
- label: "Triggering pipelines"
8080
plugins:
81-
- monorepo-diff#v1.6.2:
81+
- monorepo-diff#v1.7.0:
8282
watch:
8383
- path: app/
8484
config:
@@ -109,7 +109,7 @@ steps:
109109
steps:
110110
- label: "Triggering pipelines with plugin"
111111
plugins:
112-
- monorepo-diff#v1.6.2:
112+
- monorepo-diff#v1.7.0:
113113
watch:
114114
- path: test/.buildkite/
115115
config: # Required [trigger step configuration]
@@ -138,7 +138,7 @@ The plugin supports conditional execution of pipeline steps using the `if` key,
138138
steps:
139139
- label: "Triggering pipelines with plugin"
140140
plugins:
141-
- monorepo-diff#v1.6.2:
141+
- monorepo-diff#v1.7.0:
142142
diff: git diff --name-only HEAD~1
143143
watch:
144144
- path: services/api
@@ -201,7 +201,7 @@ git diff --name-only "$LATEST_TAG"
201201
steps:
202202
- label: "Triggering pipelines"
203203
plugins:
204-
- monorepo-diff#v1.6.2:
204+
- monorepo-diff#v1.7.0:
205205
diff: "git diff --name-only HEAD~1"
206206
watch:
207207
- path: "bar-service/"
@@ -228,7 +228,7 @@ A default `config` to run if no paths are matched, the `config` key is not requi
228228
steps:
229229
- label: "Triggering pipelines"
230230
plugins:
231-
- monorepo-diff#v1.6.2:
231+
- monorepo-diff#v1.7.0:
232232
diff: "git diff --name-only HEAD~1"
233233
watch:
234234
- path: "bar-service/"
@@ -250,7 +250,7 @@ The object values provided in this configuration will be appended to `env` prope
250250
steps:
251251
- label: "Triggering pipelines"
252252
plugins:
253-
- monorepo-diff#v1.6.2:
253+
- monorepo-diff#v1.7.0:
254254
diff: "git diff --name-only HEAD~1"
255255
watch:
256256
- path: "foo-service/"
@@ -272,7 +272,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug`
272272
steps:
273273
- label: "Triggering pipelines"
274274
plugins:
275-
- monorepo-diff#v1.6.2:
275+
- monorepo-diff#v1.7.0:
276276
diff: "git diff --name-only HEAD~1"
277277
log_level: "debug" # defaults to "info"
278278
watch:
@@ -296,7 +296,7 @@ This option is useful for:
296296
steps:
297297
- label: "Triggering pipelines"
298298
plugins:
299-
- monorepo-diff#v1.6.2:
299+
- monorepo-diff#v1.7.0:
300300
download: false
301301
diff: "git diff --name-only HEAD~1"
302302
watch:
@@ -333,7 +333,7 @@ Add `key` to set the step or group key.
333333
steps:
334334
- label: "Setting Key"
335335
plugins:
336-
- monorepo-diff#v1.6.2:
336+
- monorepo-diff#v1.7.0:
337337
diff: "git diff --name-only HEAD~1"
338338
watch:
339339
- path: "bar-service/"
@@ -352,7 +352,7 @@ Add `secrets` to inject [Buildkite Secrets](https://buildkite.com/docs/pipelines
352352
steps:
353353
- label: "Deploy with secrets"
354354
plugins:
355-
- monorepo-diff#v1.6.2:
355+
- monorepo-diff#v1.7.0:
356356
diff: "git diff --name-only HEAD~1"
357357
watch:
358358
- path: "service/"
@@ -369,7 +369,7 @@ steps:
369369
steps:
370370
- label: "Deploy with secrets"
371371
plugins:
372-
- monorepo-diff#v1.6.2:
372+
- monorepo-diff#v1.7.0:
373373
diff: "git diff --name-only HEAD~1"
374374
watch:
375375
- path: "service/"
@@ -386,7 +386,7 @@ Secrets also work within grouped steps:
386386
steps:
387387
- label: "Deploy services"
388388
plugins:
389-
- monorepo-diff#v1.6.2:
389+
- monorepo-diff#v1.7.0:
390390
diff: "git diff --name-only HEAD~1"
391391
watch:
392392
- path: "services/"
@@ -409,7 +409,7 @@ steps:
409409
steps:
410410
- label: "Triggering pipelines"
411411
plugins:
412-
- monorepo-diff#v1.6.2:
412+
- monorepo-diff#v1.7.0:
413413
diff: "git diff --name-only $(head -n 1 last_successful_build)"
414414
interpolation: false
415415
env:

0 commit comments

Comments
 (0)