Skip to content

Commit

Permalink
Merge pull request #39 from buildkite-plugins/update-version
Browse files Browse the repository at this point in the history
Update release version
  • Loading branch information
pzeballos authored Nov 1, 2024
2 parents c96be5d + 0876002 commit ee4e3de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Monorepo-diff-buildkite-plugin
# Monorepo-diff-buildkite-plugin [![Build status](https://badge.buildkite.com/9e787df12fec365265a5284e0ae1c87c816aca648d8fd8f468.svg)](https://buildkite.com/buildkite/monorail-plugin-monorepo)

This Monorepo plugin will assist you in triggering pipelines, as well as run commands in your CI by watching folders in your `monorepo`.

Expand Down Expand Up @@ -49,7 +49,7 @@ Configuration supports 2 different step types.
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.1.0:
- monorepo-diff#v1.2.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: app/
Expand All @@ -76,7 +76,7 @@ steps:
steps:
- label: "Triggering pipelines with plugin"
plugins:
- monorepo-diff#v1.1.0:
- monorepo-diff#v1.2.0:
watch:
- path: test/.buildkite/
config: # Required [trigger step configuration]
Expand Down Expand Up @@ -143,7 +143,7 @@ git diff --name-only "$LATEST_TAG"
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.1.0:
- monorepo-diff#v1.2.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: "bar-service/"
Expand All @@ -170,7 +170,7 @@ A default `config` to run if no paths are matched, the `config` key is not requi
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.1.0:
- monorepo-diff#v1.2.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: "bar-service/"
Expand All @@ -192,7 +192,7 @@ The object values provided in this configuration will be appended to `env` prope
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.1.0:
- monorepo-diff#v1.2.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: "foo-service/"
Expand All @@ -214,7 +214,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug`
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.1.0:
- monorepo-diff#v1.2.0:
diff: "git diff --name-only HEAD~1"
log_level: "debug" # defaults to "info"
watch:
Expand Down Expand Up @@ -245,7 +245,7 @@ By setting `wait` to `true`, the build will wait until the triggered pipeline bu
steps:
- label: "Triggering pipelines"
plugins:
- monorepo-diff#v1.1.0:
- monorepo-diff#v1.2.0:
diff: "git diff --name-only $(head -n 1 last_successful_build)"
interpolation: false
env:
Expand Down

0 comments on commit ee4e3de

Please sign in to comment.