Skip to content

Commit

Permalink
chore(release): 5.0.10 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.10](v5.0.9...v5.0.10) (2022-05-04)

### Bug Fixes

* **deps:** update aws-sdk-js-v3 monorepo ([f700cca](f700cca))
* **deps:** update dependency glob to v8 ([c560aff](c560aff))
* **deps:** update oclif ([5081ca4](5081ca4))
  • Loading branch information
semantic-release-bot committed May 4, 2022
1 parent d93641d commit 4ca699d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.0.10](https://github.com/vital-software/monofo-buildkite-plugin/compare/v5.0.9...v5.0.10) (2022-05-04)


### Bug Fixes

* **deps:** update aws-sdk-js-v3 monorepo ([f700cca](https://github.com/vital-software/monofo-buildkite-plugin/commit/f700cca108b06f113b25f0eaa65674a8ce65ea1a))
* **deps:** update dependency glob to v8 ([c560aff](https://github.com/vital-software/monofo-buildkite-plugin/commit/c560aff1515c088bba37090b8e56076676ddf5e9))
* **deps:** update oclif ([5081ca4](https://github.com/vital-software/monofo-buildkite-plugin/commit/5081ca4c898dfca0183162ec42b41727066178a0))

## [5.0.9](https://github.com/vital-software/monofo/compare/v5.0.8...v5.0.9) (2022-03-29)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
- seek-oss/aws-sm#v2.2.1: # for example, but your secret management might be e.g. via S3 bucket or "env" file instead
env:
BUILDKITE_API_ACCESS_TOKEN: "global/buildkite-api-access-token"
- vital-software/monofo#v5.0.9:
- vital-software/monofo#v5.0.10:
generate: pipeline
```
Expand Down Expand Up @@ -107,7 +107,7 @@ env:
steps:
- command: yarn install
plugins:
- vital-software/monofo#v5.0.9:
- vital-software/monofo#v5.0.10:
upload:
node-modules.catar.caibx:
- "node_modules/"
Expand Down
4 changes: 2 additions & 2 deletions docs/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
- yarn install
- yarn build
plugins:
- vital-software/monofo#v5.0.9:
- vital-software/monofo#v5.0.10:
upload:
node-modules.tar.lz4:
filesFrom: node-modules.list
Expand Down Expand Up @@ -64,7 +64,7 @@ steps:
- commands:
- yarn run some-command
plugins:
- vital-software/monofo#v5.0.9:
- vital-software/monofo#v5.0.10:
download:
- node-modules.tar.lz4
- build.catar.caibx
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
- yarn install
- yarn build
plugins:
- vital-software/monofo#v5.0.9:
- vital-software/monofo#v5.0.10:
upload:
node-modules.tar.lz4:
- ./node_modules/
Expand Down
2 changes: 1 addition & 1 deletion docs/pure.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
- yarn install
- find . -type d -name node_modules -prune -print0 > node-modules.list
plugins:
- vital-software/monofo#v5.0.9:
- vital-software/monofo#v5.0.10:
upload:
node-modules.tar.lz4:
filesFrom: node-modules.list
Expand Down
2 changes: 1 addition & 1 deletion hooks/lib/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

# This version marker is automatically updated to match the published release
export MONOFO_VERSION=${MONOFO_VERSION:-5.0.9}
export MONOFO_VERSION=${MONOFO_VERSION:-5.0.10}

# This turns on debugging for monofo, which is important to see what's going on
export DEBUG="monofo:*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monofo",
"version": "5.0.9",
"version": "5.0.10",
"description": "Dynamic Buildkite pipeline generator for monorepos",
"author": "Dominic Scheirlinck <[email protected]>",
"bin": {
Expand Down

0 comments on commit 4ca699d

Please sign in to comment.