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

Commit

Permalink
release v2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Aug 17, 2023
1 parent 83fe839 commit 3f65d09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 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.8:
- monebag/monorepo-diff#v2.5.9:
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.8:
- monebag/monorepo-diff#v2.5.9:
diff: "git diff --name-only $(head -n 1 last_successful_build)"
interpolation: false
env:
Expand Down Expand Up @@ -85,6 +85,8 @@ steps:
label: "Triggered deploy"
build:
message: "Deploying foo service"
meta_data:
build_number: "123"
env:
- HELLO=123
- AWS_REGION
Expand Down Expand Up @@ -151,7 +153,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.8:
- monebag/monorepo-diff#v2.5.9:
diff: "git diff --name-only HEAD~1"
log_level: "debug" # defaults to "info"
watch:
Expand Down Expand Up @@ -227,7 +229,7 @@ hooks:
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.8:
- monebag/monorepo-diff#v2.5.9:
diff: "git diff --name-only HEAD~1"
watch:
- path: app/cms/
Expand Down
2 changes: 2 additions & 0 deletions plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ configuration:
type: string
env:
type: array
meta_data:
type: object
agents:
type: object
properties:
Expand Down

0 comments on commit 3f65d09

Please sign in to comment.