Skip to content

Commit

Permalink
chore(release): 3.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.7.0](v3.6.6...v3.7.0) (2022-01-12)

### Features

* depth sort rather than alphabetical ([8563ca5](8563ca5))
* show tar version in use ([45cd9af](45cd9af))
  • Loading branch information
semantic-release-bot committed Jan 12, 2022
1 parent 8563ca5 commit e363c8f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.7.0](https://github.com/vital-software/monofo/compare/v3.6.6...v3.7.0) (2022-01-12)


### Features

* depth sort rather than alphabetical ([8563ca5](https://github.com/vital-software/monofo/commit/8563ca5b1b6fd743a276f8559912fe8cbcd1862b))
* show tar version in use ([45cd9af](https://github.com/vital-software/monofo/commit/45cd9af32faf2123962e89b3fa4ce1f3656125b8))

## [3.6.6](https://github.com/vital-software/monofo/compare/v3.6.5...v3.6.6) (2022-01-12)


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#v3.6.6:
- vital-software/monofo#v3.7.0:
generate: pipeline
```
Expand Down Expand Up @@ -107,7 +107,7 @@ env:
steps:
- command: yarn install
plugins:
- vital-software/monofo#v3.6.6:
- vital-software/monofo#v3.7.0:
upload:
node-modules.caidx:
- "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 @@ -30,7 +30,7 @@ steps:
- yarn install
- yarn build
plugins:
- vital-software/monofo#v3.6.6:
- vital-software/monofo#v3.7.0:
upload:
node-modules.tar.lz4:
filesFrom: node-modules.list
Expand Down Expand Up @@ -59,7 +59,7 @@ steps:
- commands:
- yarn run some-command
plugins:
- vital-software/monofo#v3.6.6:
- vital-software/monofo#v3.7.0:
download:
- node-modules.tar.lz4
- build.caidx
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#v3.6.6:
- vital-software/monofo#v3.7.0:
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#v3.6.6:
- vital-software/monofo#v3.7.0:
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:-3.6.6}
export MONOFO_VERSION=${MONOFO_VERSION:-3.7.0}

# 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": "3.6.6",
"version": "3.7.0",
"description": "Dynamic Buildkite pipeline generator for monorepos",
"author": "Dominic Scheirlinck <[email protected]>",
"bin": {
Expand Down

0 comments on commit e363c8f

Please sign in to comment.