This repository was archived by the owner on Jul 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +16
-8
lines changed Expand file tree Collapse file tree 7 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1+ ## [ 5.0.4] ( https://github.com/vital-software/monofo/compare/v5.0.3...v5.0.4 ) (2022-03-14)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** deps:** update dependency minimatch to v3.1.2 ([ 083905e] ( https://github.com/vital-software/monofo/commit/083905eb4b1749084d96f130aad543b59783d292 ) )
7+ * ** deps:** update oclif ([ 8bb6594] ( https://github.com/vital-software/monofo/commit/8bb659425566f0ac1ea780c06ce9b6edd167771e ) )
8+
19## [ 5.0.3] ( https://github.com/vital-software/monofo/compare/v5.0.2...v5.0.3 ) (2022-03-06)
210
311
Original file line number Diff line number Diff line change 2525 - seek-oss/aws-sm#v2.2.1: # for example, but your secret management might be e.g. via S3 bucket or "env" file instead
2626 env :
2727 BUILDKITE_API_ACCESS_TOKEN : " global/buildkite-api-access-token"
28- - vital-software/monofo#v5.0.3 :
28+ - vital-software/monofo#v5.0.4 :
2929 generate : pipeline
3030` ` `
3131
107107steps:
108108 - command: yarn install
109109 plugins:
110- - vital-software/monofo#v5.0.3 :
110+ - vital-software/monofo#v5.0.4 :
111111 upload:
112112 node-modules.catar.caibx:
113113 - "node_modules/"
Original file line number Diff line number Diff line change 3535 - yarn install
3636 - yarn build
3737 plugins :
38- - vital-software/monofo#v5.0.3 :
38+ - vital-software/monofo#v5.0.4 :
3939 upload :
4040 node-modules.tar.lz4 :
4141 filesFrom : node-modules.list
6464 - commands:
6565 - yarn run some-command
6666 plugins:
67- - vital-software/monofo#v5.0.3 :
67+ - vital-software/monofo#v5.0.4 :
6868 download:
6969 - node-modules.tar.lz4
7070 - build.catar.caibx
Original file line number Diff line number Diff line change 1313 - yarn install
1414 - yarn build
1515 plugins :
16- - vital-software/monofo#v5.0.3 :
16+ - vital-software/monofo#v5.0.4 :
1717 upload :
1818 node-modules.tar.lz4 :
1919 - ./node_modules/
Original file line number Diff line number Diff line change 2020 - yarn install
2121 - find . -type d -name node_modules -prune -print0 > node-modules.list
2222 plugins :
23- - vital-software/monofo#v5.0.3 :
23+ - vital-software/monofo#v5.0.4 :
2424 upload :
2525 node-modules.tar.lz4 :
2626 filesFrom : node-modules.list
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44# This version marker is automatically updated to match the published release
5- export MONOFO_VERSION=${MONOFO_VERSION:- 5.0.3 }
5+ export MONOFO_VERSION=${MONOFO_VERSION:- 5.0.4 }
66
77# This turns on debugging for monofo, which is important to see what's going on
88export DEBUG=" monofo:*"
Original file line number Diff line number Diff line change 11{
22 "name" : " monofo" ,
3- "version" : " 5.0.3 " ,
3+ "version" : " 5.0.4 " ,
44 "description" : " Dynamic Buildkite pipeline generator for monorepos" ,
55 "author" :
" Dominic Scheirlinck <[email protected] >" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments