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

Commit

Permalink
doc: update readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Dec 20, 2022
1 parent 966e34d commit ad5e1c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If the version number is not provided then the most recent version of the plugin
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.1:
- monebag/monorepo-diff#v2.5.2:
diff: "git diff --name-only HEAD~1"
watch:
- path: "bar-service/"
Expand All @@ -35,7 +35,7 @@ steps:
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.1:
- monebag/monorepo-diff#v2.5.2:
diff: "git diff --name-only $(head -n 1 last_successful_build)"
interpolation: false
env:
Expand Down Expand Up @@ -131,7 +131,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug`
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.1:
- monebag/monorepo-diff#v2.5.2:
diff: "git diff --name-only HEAD~1"
log_level: "debug" # defaults to "info"
watch:
Expand Down Expand Up @@ -207,7 +207,7 @@ hooks:
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.1:
- monebag/monorepo-diff#v2.5.2:
diff: "git diff --name-only HEAD~1"
watch:
- path: app/cms/
Expand Down

0 comments on commit ad5e1c2

Please sign in to comment.