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

Commit

Permalink
doc: release v2.5.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari authored Nov 9, 2022
1 parent 369e1e5 commit f1d9e93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.5.0]

### Fixed
- Encode wait and hook steps with go-yaml by @nhurden in https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/107
- Rebuild plugin_test in the Makefile by @nhurden in https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/108

### Changed
- Update paths to new org url by @adikari in https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/110

## [2.4.0]
- Support both "commands" and "command" key, of any type by @glittershark in https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/104
- use log.Fatalf when logging error by @pmenglund in https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/102
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.4.0:
- monebag/monorepo-diff#v2.5.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: "bar-service/"
Expand All @@ -36,7 +36,7 @@ steps:
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.4.0:
- monebag/monorepo-diff#v2.5.0:
diff: "git diff --name-only $(head -n 1 last_successful_build)"
interpolation: false
env:
Expand Down Expand Up @@ -132,7 +132,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug`
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.4.0:
- monebag/monorepo-diff#v2.5.0:
diff: "git diff --name-only HEAD~1"
log_level: "debug" # defaults to "info"
watch:
Expand Down Expand Up @@ -208,7 +208,7 @@ hooks:
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.4.0:
- monebag/monorepo-diff#v2.5.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: app/cms/
Expand Down

0 comments on commit f1d9e93

Please sign in to comment.