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

Commit faaa892

Browse files
committed
doc: update readme for new release
1 parent 8abb368 commit faaa892

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131

3232
- label: ":bomb: Testing groups"
3333
plugins:
34-
- monebag/monorepo-diff#v2.5.4:
34+
- monebag/monorepo-diff#v2.5.6:
3535
diff: "cat ./e2e/multiple-paths"
3636
watch:
3737
- path:
@@ -43,7 +43,7 @@ steps:
4343

4444
- label: ":bomb: Testing hooks"
4545
plugins:
46-
- monebag/monorepo-diff#v2.5.5:
46+
- monebag/monorepo-diff#v2.5.6:
4747
diff: "cat ./e2e/multiple-paths"
4848
watch:
4949
- path: "user-service/"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If the version number is not provided then the most recent version of the plugin
1818
steps:
1919
- label: "Triggering pipelines"
2020
plugins:
21-
- monebag/monorepo-diff#v2.5.5:
21+
- monebag/monorepo-diff#v2.5.6:
2222
diff: "git diff --name-only HEAD~1"
2323
watch:
2424
- path: "bar-service/"
@@ -35,7 +35,7 @@ steps:
3535
steps:
3636
- label: "Triggering pipelines"
3737
plugins:
38-
- monebag/monorepo-diff#v2.5.5:
38+
- monebag/monorepo-diff#v2.5.6:
3939
diff: "git diff --name-only $(head -n 1 last_successful_build)"
4040
interpolation: false
4141
env:
@@ -144,7 +144,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug`
144144
steps:
145145
- label: "Triggering pipelines"
146146
plugins:
147-
- monebag/monorepo-diff#v2.5.5:
147+
- monebag/monorepo-diff#v2.5.6:
148148
diff: "git diff --name-only HEAD~1"
149149
log_level: "debug" # defaults to "info"
150150
watch:
@@ -220,7 +220,7 @@ hooks:
220220
steps:
221221
- label: "Triggering pipelines"
222222
plugins:
223-
- monebag/monorepo-diff#v2.5.5:
223+
- monebag/monorepo-diff#v2.5.6:
224224
diff: "git diff --name-only HEAD~1"
225225
watch:
226226
- path: app/cms/

0 commit comments

Comments
 (0)